diff --git a/RELEASE.md b/RELEASE.md index 8bff30ec..80ca7fde 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -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