Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 591 Bytes

RELEASE.md

File metadata and controls

27 lines (17 loc) · 591 Bytes

How to release new version

Before releasing:

  • ❌ Make sure version number heading in download-utilities.sh matches CHANGELOG.md.
  • ❌ Do not create any Git tags.
  • ❌ Configure credential for gh cli before releasing.
  • ❌ Be sure your private key is loaded into ssh-agent.
  • ❌ Push main branch before releasing.

Create token

Create a fine-grained access token.

  • Restrict repository to this repo.
  • Grant contents: read/write

Set environment variable.

export GITHUB_TOKEN=...

Release

Choose the version number without v prefix.

./.ci/release.sh 2.13