diff --git a/docs/releasing.md b/docs/releasing.md index 222b22ab..efb71ec4 100644 --- a/docs/releasing.md +++ b/docs/releasing.md @@ -21,11 +21,11 @@ This document describes how to release a new version of the sdlc-workflow plugin 4. **Push to the default branch.** -5. **Create a GitHub release** — tag the release commit and create a GitHub release with notes from the changelog: +5. **Create a GitHub release** — tag the release commit and create a GitHub release on `RHEcosystemAppEng/sdlc-plugins` with notes from the changelog: ```bash git tag vX.Y.Z - git push origin vX.Y.Z - gh release create vX.Y.Z --title "vX.Y.Z" --latest --notes "" + git push vX.Y.Z # push to RHEcosystemAppEng/sdlc-plugins + gh release create vX.Y.Z --repo RHEcosystemAppEng/sdlc-plugins --title "vX.Y.Z" --latest --notes "" ``` Use the corresponding `CHANGELOG.md` section as the release notes body.