Skip to content
This repository has been archived by the owner on Aug 24, 2021. It is now read-only.

Commit

Permalink
chore: Update release process
Browse files Browse the repository at this point in the history
  • Loading branch information
jcornaz committed Oct 12, 2020
1 parent d3956d3 commit afd79ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

### Release steps

1. Verify: `./gradlew check && ./gradlew -p example check`
2. Create a version: `npx standard-version` (eventually append `--prerelease alpha`, or beta or rc)
1. Verify: `./gradlew check && ./gradlew -p example check -Dinclude=true`
2. Create a version: `npx standard-version -s` (eventually append `--prerelease alpha`, or beta or rc)
3. Push the created commit and tag: `git push --follow-tags`
4. Manually create a github release at the newly created tag.
Copy/Paste the changelog entry generated by `standard-version` for the github release description
Expand Down

0 comments on commit afd79ae

Please sign in to comment.