Skip to content

Commit 7234288

Browse files
committed
Clean up release instructions and CI
1 parent 669ebe8 commit 7234288

File tree

2 files changed

+2
-16
lines changed

2 files changed

+2
-16
lines changed

.github/workflows/release.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
1-
name: Publish
1+
name: Manual Publish
22

33
on:
44
workflow_dispatch:
5-
push:
6-
# only publish on version tags
7-
tags:
8-
- v*
95

106
jobs:
117
publish:

RELEASING.md

+1-11
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,4 @@
11
# Releasing
22

33
1. Approve and merge the changeset PR.
4-
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

Comments
 (0)