Skip to content

Commit

Permalink
docs(release-guide): clarify release process steps in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
meling committed Mar 5, 2025
1 parent 7c25988 commit ca1cee9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/release-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,11 @@ To cut a release you will need additional tools:
% gh pr create --title "Gorums release v0.4.0"
```

11. Publish the release with release notes:
11. Merge the PR and publish the release with release notes:

```shell
% git switch main
% git pull
# Prepare release notes in release-notes.md
% gh release create v0.4.0 --prerelease -F release-notes.md --title "Main changes in release"
```
Expand Down

0 comments on commit ca1cee9

Please sign in to comment.