Skip to content

Commit

Permalink
Update RELEASING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
davidliu authored Aug 21, 2024
1 parent db38f11 commit 36b5523
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions RELEASING.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Releasing

1. Approve and merge the changeset PR.
2. Confirm that the `publish` github action is completed successfully.

## Old instructions
1. In the top-level gradle.properties file, update the `VERSION_NAME` property. This will usually just be removing the `-SNAPSHOT` suffix.
1. Commit and push changes.
1. Tag the release: `git tag v[VERSION_NAME]`. Make sure there is a `v` prefix at the front of the tag. This indicates to the CI that this is a release tag.
Expand Down

0 comments on commit 36b5523

Please sign in to comment.