File tree 1 file changed +8
-7
lines changed
1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -77,22 +77,23 @@ To cut a release you will need additional tools:
77
77
78
78
10 . Add and commit changes due to upgrades and recompilation:
79
79
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
+ ```
85
85
86
86
11. Merge the PR and publish the release with release notes:
87
87
88
88
` ` ` shell
89
89
% git switch main
90
90
% git pull
91
91
# 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
93
94
` ` `
94
95
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` .
96
97
97
98
12. To check that the new version is available (after a bit of time):
98
99
You can’t perform that action at this time.
0 commit comments