You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2. Confirm that the `publish` github action is completed successfully.
5
-
6
-
## Old instructions
7
-
1. In the top-level gradle.properties file, update the `VERSION_NAME` property. This will usually just be removing the `-SNAPSHOT` suffix.
8
-
1. Commit and push changes.
9
-
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.
10
-
1. Push tags: `git push --tags`
11
-
1. Confirm that the `publish` github action is completed successfully.
12
-
1. Add a new GitHub release with change logs.
13
-
1. Prepare the version for the next release by bumping the `VERSION_NAME` property and adding the `-SNAPSHOT` suffix.
14
-
1. Additionally update the version names in README.md.
4
+
2. Confirm that the `Changeset action` github action is completed successfully.
0 commit comments