The Wayback Machine - https://web.archive.org/web/20200522125724/https://github.com/topics/versioning
Skip to content
#

versioning

Here are 631 public repositories matching this topic...

nvm-windows
jakobrosenberg
jakobrosenberg commented Mar 22, 2020

There's a section about Uninstall existing npm, but the recommendations for upgrading are scattered in the issues.

The relationship between node, npm and nvm is not clear and it's not obvious if upgrading npm should be done through nvm or at least in a way that doesn't break nvm.

Rabadash8820
Rabadash8820 commented Apr 22, 2020

Is it okay to include "rich" content like images, links to other projects, blockquotes, etc. in the changelog? While these things might make it more "enjoyable" to read, I can also see where they might make it harder for users to copy/paste and more complex for machines to parse. Whatever is considered the best practice with regards to rich content, I feel like that should be included in the FAQ.

NickDJM
NickDJM commented Dec 13, 2019

Issue

In v7.1.0:

When you declare a custom file in bumpFiles standard-version will no longer update normal package.json, composer.json, lockfiles, etc. declared in the defaults.

This is fine (I don't think this is a bug because maybe you don't want it to bother with the defaults), but I think it should be mentioned in the documentation that when you do declare bumpFiles in your c

kedro
lorenabalan
lorenabalan commented Feb 26, 2020

Description & context

Users can specify names for their nodes to identify them more easily. When a name is not explicitly specified, Kedro auto-generates a default name. You can see this in the name property on Node.
The current auto-generated name for a node looks something like this: func_name(inputs) -> outputs. (see implementation of __str__ method on the Node class)

This is

phxnsharp
phxnsharp commented Apr 24, 2020

Having a sample starting point may save other people a lot of time. There are probably many other ways to accomplish the goal, but this is a generic way that is easily reusable for any Visual Studio language.

Here is what I did:

  1. From the Package Manage Console, run
Install-Package GitVersion.CommandLine
  1. Put the following text into a powershell script such as 'gitversionwc
dephell
refreshVersions
jmfayard
jmfayard commented Oct 13, 2019

The long-term plan for v1.0 is to focus on :refreshVersions instead of :buildSrcVersions

refreshVersions

Starting from release 0.8.0 the plugin is now called and contain only the task refreshVersions

plugins {
  id("de.fayard.refreshVersions").version("0.8.x") // or newer
}

buildSrcVersions

We are not quite ready yet to extract the useful parts of `buildS

jesseshieh
jesseshieh commented Apr 20, 2017

Hi, The documentation mentions that paper_trail can "revert back to anytime in history", but I can't figure out exactly how to revert or reconstitute an older version of a model. Is there documentation somewhere that describes this?

Also, it's mentioned that you "don't delete your paper_trail versions, instead you can merge them", but I can't figure out exactly how to merge them. Is there docum

Improve this page

Add a description, image, and links to the versioning topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the versioning topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.