Skip to content
Snippets Groups Projects
Unverified Commit 3f1763fb authored by Varac's avatar Varac
Browse files

Push signed tag after MR got merged into master

parent fb08f2ee
No related branches found
No related tags found
No related merge requests found
......@@ -12,12 +12,15 @@
* [ ] Include `Known issues`
* [ ] Update the version number in the `VERSION` file
* [ ] Commit (signed)
* [ ] Push and make sure the pipeline succeeds for the last commit before tagging. This
is important because tags should not get retagged !
* [ ] Create and push signed tag (`git tag -s 0.6.0 -m 'Release 0.6.0'; git push --tags`)
* [ ] Push to MR
* [ ] Wait for MR to get merged into master
## Push a signed tag
* [ ] Make sure the master pipeline succeeds for the last commit before tagging. This
is important because tags should not get retagged !
* [ ] Create and push signed tag (`git tag -s 0.6.0 -m 'Release 0.6.0'; git push --tags`)
## In the new release branch
* [ ] If this is a major release, create a new release branch (i.e. `v0.6`)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment