Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 390 Bytes

RELEASE_PROCESS.md

File metadata and controls

17 lines (13 loc) · 390 Bytes

Release process

Before beginning, you will need your Github username and password or personal access token.

export GITHUB_USERNAME=$YOUR_GH_USERNAME
make clean
make release/tag/local
make release/tag/push
make release/github/draft

At this point, you should inspect the release in the Github web UI. If it looks reasonable, proceed:

make release/github/publish