mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-01 02:53:56 -07:00
release tag format
This commit is contained in:
parent
1ddfa564dd
commit
25149fac1b
1 changed files with 2 additions and 2 deletions
4
.github/CONTRIBUTING.md
vendored
4
.github/CONTRIBUTING.md
vendored
|
|
@ -441,8 +441,8 @@ git push $UPSTREAM $TAG_NAME
|
||||||
You should define the variables as such:
|
You should define the variables as such:
|
||||||
- `$UPSTREAM`: the remote for `git@github.com:Cockatrice/Cockatrice.git`
|
- `$UPSTREAM`: the remote for `git@github.com:Cockatrice/Cockatrice.git`
|
||||||
- `$TAG_NAME` should be formatted as:
|
- `$TAG_NAME` should be formatted as:
|
||||||
- `YYYY-MM-DD-Release-MAJ.MIN.PATCH` for **stable releases**
|
- `MAJ.MIN.PATCH` for **stable releases**
|
||||||
- `YYYY-MM-DD-Development-MAJ.MIN.PATCH-beta.X` for **beta releases**<br>
|
- `MAJ.MIN.PATCH-beta[.X]` for **beta releases**<br>
|
||||||
With <kbd>MAJ</kbd>.<kbd>MIN</kbd>.<kbd>PATCH</kbd> being the NEXT release version!
|
With <kbd>MAJ</kbd>.<kbd>MIN</kbd>.<kbd>PATCH</kbd> being the NEXT release version!
|
||||||
|
|
||||||
This will cause a tagged release to be established on the GitHub repository,
|
This will cause a tagged release to be established on the GitHub repository,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue