Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save tw-Frey/b4e0ae95155303f8ffe14503b8cde68d to your computer and use it in GitHub Desktop.
Task Branch CI build number NuGet package version
Implement feature #1 feature-1 1 1.2.0-a1feature1
Implement feature #2 feature-2 2 1.2.0-a2feature2
Implement feature #1 feature-1 3 1.2.0-a3feature1
Complete feature #1 develop 4 1.2.0-b4
Complete feature #2 develop 5 1.2.0-b5
Stabilize release release-1.2.0 6 1.2.0-r6
Release to production master 7 1.2.0
Fix production issue hotfix-1.2.1 8 1.2.1-r8
Release to production master 9 1.2.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