File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11How to Release?
22===============
33
4- #. Use :code: `nox -s release:prepare ` to prepare the project for a new release.
4+ #. Use :code: `TAG=<name> ` to set a variable named **"TAG" **
5+ #. Use :code: `nox -s release:prepare -- ${TAG} ` to prepare the project for a new release.
56#. Merge your **Pull Request ** to the **default branch **
67#. Use :code: `git remote show origin | sed -n '/HEAD branch/s/.*: //p' ` to output the **default branch **
78#. Use :code: `git checkout <default branch> ` Switch to the **default branch **
89#. Use :code: `git pull ` to update branch
9- #. Use :code: `TAG=<name> ` to set a variable named **"TAG" **
1010#. Use :code: `git tag "${TAG}" ` to create a new tag in your repo
1111#. Use :code: `git push origin "${TAG}" ` to push it to remote
1212#. GitHub workflow **CD ** reacts on this tag and starts the release process
You can’t perform that action at this time.
0 commit comments