Skip to content

Commit

Permalink
Add instructions for releasing (#72)
Browse files Browse the repository at this point in the history
add instructions for releasing

Signed-off-by: Michelle Nguyen <[email protected]>
  • Loading branch information
aimichelle authored Jul 12, 2022
1 parent a4f73d7 commit cc697a0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Building a Release

Only maintainers who have push access to the official repository may build a release.

1. Increment the version in `package.json`.
2. Increment the version and update time in `src/plugin.json`.
3. Add a changelog in `CHANGELOG.md` under the header for the new version.
4. Commit and push your changes to the main branch.
5. `git tag -a v<NEW_VERSION>`
6. `git push origin v<NEW_VERSION>`
7. Once the release is ready, move the release out of drafts by editing the release on Github.

0 comments on commit cc697a0

Please sign in to comment.