From 36b5523cd1541141a9f6d8ebebcfa800f7ebdb3c Mon Sep 17 00:00:00 2001 From: davidliu Date: Wed, 21 Aug 2024 13:14:34 +0900 Subject: [PATCH] Update RELEASING.md --- RELEASING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/RELEASING.md b/RELEASING.md index b16995c..5f2dc0e 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -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.