-
Updated
Nov 10, 2020 - Go
versioning
Here are 714 public repositories matching this topic...
-
Updated
Aug 27, 2020 - Python
-
Updated
Dec 5, 2020 - C#
While inspecting the installer, I noticed the fallbacks for Linux / OSX when appdirs isn't available (in data_dir()).
Wouldn't it make sense to add an if for Windows based on %APPDATA% or %LOCALAPPDATA%, before resorting to globally installing appdirs?
-
Updated
Nov 20, 2020 - Go
-
Updated
Dec 3, 2020 - Ruby
Describe the bug
refreshVersions is not able to find the latest versions of artifact in local maven repository.
To Reproduce
- Publish any project/library that uses
maven-publishplugin to local maven repository, e.g. via./gradlew publishToMavenLocal - Use it as a dependency in another project with refreshVersions, specifying the local repository via `repositories {
-
Updated
Dec 8, 2020 - JavaScript
-
Updated
Nov 24, 2020 - Ruby
fetchPypi just calls fetchurl underneath but has a slightly different calling syntax in order to construct the URL. It would be great to track these external dependencies using niv. :-)
Create a Rust-Client
We should provide a Rust client in addition to the TypeScript and Python client.
-
Updated
Apr 7, 2018 - JavaScript
-
Updated
Dec 7, 2020 - Kotlin
-
Updated
Dec 4, 2020 - JavaScript
-
Updated
Dec 3, 2020 - JavaScript
-
Updated
Nov 26, 2020 - Groovy
-
Updated
Dec 7, 2020 - Elixir
-
Updated
Sep 14, 2020 - Ruby
-
Updated
Nov 26, 2020 - C#
-
Updated
Aug 3, 2020 - PLpgSQL
-
Updated
Dec 1, 2020 - CSS
-
Updated
Nov 21, 2020 - Python
Improve this page
Add a description, image, and links to the versioning topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the versioning topic, visit your repo's landing page and select "manage topics."


Seeing how getting GitVersion to work in different CI servers (Jenkins seems particularly problematic) is a recurring problem, it would be great if we documented GitVersion’s requirements for successfully generating a version number such as:
masterbranch.developbranch (for GitFlow).