File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ releasing.
76
76
### step 1
77
77
78
78
Make sure the [ unit tests] [ jltest ] and [ CircleCI integration tests] [ circlecI ]
79
- are passing.
79
+ are passing off the ` dev ` branch .
80
80
81
81
### step 2
82
82
@@ -89,7 +89,10 @@ For consistency, name the PR: "Release X.Y.Z"
89
89
Bump the ` version ` field in the ` Project.toml ` (following [ semver] [ semver ] ) and then
90
90
91
91
``` sh
92
+ git checkout dev
93
+ git pull origin dev
92
94
git commit -m " X.Y.Z"
95
+ git push
93
96
```
94
97
95
98
** N.B.** use ` X.Y.Z ` not ` vX.Y.Z ` in the commit message, the leading ` v ` is
@@ -131,8 +134,8 @@ git push --tags
131
134
Go the [ release page] [ releases ] and create a new release,
132
135
name it "Version X.Y.Z" for consistency and fill out sections:
133
136
134
- - _ What's Changed _ , which should include items for all the PRs merged since the last release
135
- - _ New Contributor_ , which should include mention of all the first-time contributors
137
+ - (usually) _ Added _ , _ Changed _ , _ Fixed _ while including links to the PRs merged since the last release
138
+ - _ New Contributor_ , which should include mentions for all the first-time contributors
136
139
137
140
finally, place a [ GitHub compare link] [ compare ] between the last release and X.Y.Z
138
141
e.g. this [ one] [ ex-diff ] .
You can’t perform that action at this time.
0 commit comments