Skip to content

Commit 5f3aab0

Browse files
Update RELEASING.md
1 parent 92cc6dd commit 5f3aab0

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

RELEASING.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ Steps:
88
2. Switch to a new release branch and `git pull` the latest.
99
3. Change the version in `gradle.properties`.
1010
4. Update `CHANGELOG.md` with a summary of changes.
11-
5. Push the changes with the message "Version x.y.z."
12-
6. Open a PR to merge the release branch into `main`.
13-
7. After the PR got merged, open `Actions` and select the `release` workflow on the left.
14-
8. Select `Run Workflow` on the right, pick the `main` branch, and click `Run Workflow`.
15-
9. To check status, look for the library in [https://repo1.maven.org/maven2/co/touchlab/](https://repo1.maven.org/maven2/co/touchlab/), find an artifact, and refresh until the version you just published shows up.
11+
5. Make sure to update the lock files by running the `kotlinUpgradePackageLock` and `kotlinWasmUpgradePackageLock` tasks.
12+
6. Push the changes with the message "Version x.y.z."
13+
7. Open a PR to merge the release branch into `main`.
14+
8. After the PR got merged, open `Actions` and select the `release` workflow on the left.
15+
9. Select `Run Workflow` on the right, pick the `main` branch, and click `Run Workflow`.
16+
10. To check status, look for the library in [https://repo1.maven.org/maven2/co/touchlab/](https://repo1.maven.org/maven2/co/touchlab/), find an artifact, and refresh until the version you just published shows up.

0 commit comments

Comments
 (0)