File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
src/content/docs/development Expand file tree Collapse file tree 1 file changed +4
-2
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.
178178 ```shell
179179 git push vX.X.X
180180 ```
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 .
183183
184184## Create the Release with Notes
185185
@@ -189,6 +189,8 @@ percentage of the code and are not especially useful.
189189
190190To manually generate release notes:
191191
192+ Create a deployment token on your [github developer settings](https://github.com/settings/tokens).
193+
192194```shell
193195export GITHUB_TOKEN={YOUR DEPLOYMENT TOKEN ON GITHUB}
194196./build/run doc:release_notes -Dcurrent_tag=v3.4.0 -Doutfile=RELEASE_NOTES.md -Dtoken=$GITHUB_TOKEN
You can’t perform that action at this time.
0 commit comments