From afd79aea4c8c809f58e28f834fcd84b3a5e4f646 Mon Sep 17 00:00:00 2001 From: Jonathan Cornaz Date: Mon, 12 Oct 2020 16:56:24 +0200 Subject: [PATCH] chore: Update release process --- RELEASE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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