File tree 1 file changed +5
-3
lines changed
src/content/docs/development
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -178,8 +178,8 @@ percentage of the code and are not especially useful.
178
178
```shell
179
179
git push vX.X.X
180
180
```
181
- Replace X.X.X with the version number. You can set the resulting release page to
182
- "draft" using the Github API .
181
+ Replace X.X.X with the version number. The release will be created as a **draft**, it will not
182
+ be automatically published .
183
183
184
184
## Create the Release with Notes
185
185
@@ -189,9 +189,11 @@ percentage of the code and are not especially useful.
189
189
190
190
To manually generate release notes:
191
191
192
+ Create a deployment token on your [github developer settings](https://github.com/settings/tokens).
193
+
192
194
```shell
193
195
export GITHUB_TOKEN={YOUR DEPLOYMENT TOKEN ON GITHUB}
194
- ./build/run doc:release_notes -Dcurrent_tag=v3.4.0 -Doutfile=RELEASE_NOTES.md -Dtoken=$GITHUB_TOKEN
196
+ ./build/run doc:release_notes -Dcurrent_tag=v3.4.0 -Doutfile=RELEASE_NOTES.md -Dtoken=$GITHUB_TOKEN -Dgh_user={your_github_username}
195
197
```
196
198
197
199
#### Edit Release Page As Neccessary
You can’t perform that action at this time.
0 commit comments