Skip to content

Commit

Permalink
nits release instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
pyricau committed Aug 24, 2024
1 parent 525558d commit d930f40
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ git commit -am "Prepare {NEW_VERSION} release"

* Perform a clean build
```bash
./gradlew clean && gw build && gw connectedCheck
./gradlew clean && ./gradlew build && ./gradlew connectedCheck
```

* Create a tag and push it
Expand All @@ -48,6 +48,8 @@ git push origin v{NEW_VERSION}
gh workflow run publish-release.yml --ref v{NEW_VERSION}
```

Alternatively, you can run the workflow manually from the GitHub UI [here](https://github.com/square/radiography/actions/workflows/publish-release.yml) and select it to run from the release tag.

* Merge the release branch to main
```bash
git checkout main
Expand Down

0 comments on commit d930f40

Please sign in to comment.