Skip to content

Instantly share code, notes, and snippets.

@tw-Frey
Forked from gusztavvargadr/wdywttt2-versions.md
Created November 6, 2020 06:56
Show Gist options
  • Select an option

  • Save tw-Frey/ce756aa45256b05cb26688aa7acede56 to your computer and use it in GitHub Desktop.

Select an option

Save tw-Frey/ce756aa45256b05cb26688aa7acede56 to your computer and use it in GitHub Desktop.
Task Branch Semantic version NuGet version
Implement feature #1 feature/a-refactor-value-naming 2.3.0-a-refactor-value-naming.1 2.3.0-a-refactor-value0001
Implement feature #2 feature/a-update-documentation 2.3.0-a-update-documentation.1 2.3.0-a-update-documen0001
Implement feature #1 feature/a-refactor-value-naming 2.3.0-a-refactor-value-naming.2 2.3.0-a-refactor-value0002
Complete feature #1 develop 2.3.0-b.3 2.3.0-b0003
Complete feature #2 develop 2.3.0-b.7 2.3.0-b0007
Stabilize release release-2.3.0 2.3.0-rc.0 2.3.0-rc0000
Release to production master 2.3.0 2.3.0
Fix production issue hotfix-2.3.1 2.3.1-rc.1 2.3.1-rc0001
Release to production master 2.3.1 2.3.1
@tw-Frey
Copy link
Copy Markdown
Author

tw-Frey commented Nov 6, 2020

https://semver.org/#backusnaur-form-grammar-for-valid-semver-versions

<valid semver> ::= <version core>
         | <version core> "-" <pre-release>
         | <version core> "+" <build>
         | <version core> "-" <pre-release> "+" <build>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment