Skip to content

Commit ad120bc

Browse files
committed
fix(doc): fixed typos in release guide
1 parent 2758f60 commit ad120bc

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

doc/release-guide.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -77,22 +77,23 @@ To cut a release you will need additional tools:
7777

7878
10. Add and commit changes due to upgrades and recompilation:
7979

80-
```shell
81-
% git add
82-
% git commit -m "Gorums release v0.9.0"
83-
% gh pr create --title "Gorums release v0.9.0"
84-
```
80+
```shell
81+
% git add
82+
% git commit -m "Gorums release v0.9.0"
83+
% gh pr create --title "Gorums release v0.9.0"
84+
```
8585

8686
11. Merge the PR and publish the release with release notes:
8787

8888
```shell
8989
% git switch main
9090
% git pull
9191
# Prepare release notes in release-notes.md
92-
% gh release create v0.9.0 --prerelease -F release-notes.md --title "Main changes in release"
92+
% gh release create v0.9.0 --prerelease --title "Main changes in release"
93+
# Select generated release notes from template
9394
```
9495

95-
Now other projects can depend on `v0.8.0` of `github.com/relab/gorums`.
96+
Now other projects can depend on `v0.9.0` of `github.com/relab/gorums`.
9697

9798
12. To check that the new version is available (after a bit of time):
9899

0 commit comments

Comments
 (0)