Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 346 Bytes

File metadata and controls

19 lines (13 loc) · 346 Bytes

Release

  1. Create and push a new tag:

    git tag v17
    git push origin v17
  2. Wait for CI to pass.

  3. Create a release for the new tag.

  4. Move the major version tag to the latest release:

    git tag -fa v17
    git push origin v17 --force