From cc697a011c29f1deaf004fd45d36482f60920e21 Mon Sep 17 00:00:00 2001 From: aimichelle Date: Mon, 11 Jul 2022 23:32:35 -0700 Subject: [PATCH] Add instructions for releasing (#72) add instructions for releasing Signed-off-by: Michelle Nguyen --- RELEASES.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 RELEASES.md diff --git a/RELEASES.md b/RELEASES.md new file mode 100644 index 0000000..0b02288 --- /dev/null +++ b/RELEASES.md @@ -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` +6. `git push origin v` +7. Once the release is ready, move the release out of drafts by editing the release on Github.