Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save tw-Frey/e8e6bfe8f307770155160277854cbc24 to your computer and use it in GitHub Desktop.
Branch Release type Version format
feature alpha #major.#minor.#revision-a#build#feature
develop beta #major.#minor.#revision-b#build
release release candidate #major.#minor.#revision-r#build
hotfix release candidate #major.#minor.#revision-r#build
master stable #major.#minor.#revision
@tw-Frey

tw-Frey commented Nov 6, 2020

Copy link
Copy Markdown
Author

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