Skip to content

Commit

Permalink
Update release instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
kailan committed Oct 23, 2024
1 parent b323fbc commit 4e35ed1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- Run `npm run bundle-all` to bundle the actions into JavaScript files.
- Commit the changes.
- Open a pull request for the release branch, requesting approval from relevant teams.
- Run `git tag -s "<TAG>" -m "<TAG>" && git push origin "<TAG>"`.
- Merge the pull request.
- Update your local branch (`git checkout main && git pull`).
- Tag a new release (`tag=vX.Y.Z && git tag -s $tag -m $tag && git push $(git config branch.$(git symbolic-ref -q --short HEAD).remote) $tag`).
- Create a new release via the GitHub UI.

0 comments on commit 4e35ed1

Please sign in to comment.