-
Create and push a new tag:
git tag v17 git push origin v17
-
Wait for CI to pass.
-
Create a release for the new tag.
-
Move the major version tag to the latest release:
git tag -fa v17 git push origin v17 --force
Create and push a new tag:
git tag v17
git push origin v17Wait for CI to pass.
Create a release for the new tag.
Move the major version tag to the latest release:
git tag -fa v17
git push origin v17 --force