mirror of https://github.com/nodejs/node.git
doc: include git node release --promote to steps
Refs: https://github.com/nodejs/node-core-utils/pull/835 PR-URL: https://github.com/nodejs/node/pull/55835 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>pull/55831/head
parent
c921676512
commit
172841c2ef
|
@ -707,12 +707,23 @@ the build before moving forward. Use the following list as a baseline:
|
||||||
|
|
||||||
### 11. Tag and sign the release commit
|
### 11. Tag and sign the release commit
|
||||||
|
|
||||||
Once you have produced builds that you're happy with, create a new tag. By
|
Once you have produced builds that you're happy with you can either run
|
||||||
waiting until this stage to create tags, you can discard a proposed release if
|
`git node release --promote`
|
||||||
something goes wrong or additional commits are required. Once you have created a
|
|
||||||
tag and pushed it to GitHub, you _**must not**_ delete and re-tag. If you make
|
```bash
|
||||||
a mistake after tagging then you'll have to version-bump and start again and
|
git node release -S --promote https://github.com/nodejs/node/pull/XXXX
|
||||||
count that tag/version as lost.
|
```
|
||||||
|
|
||||||
|
to automate the remaining steps until step 16 or you can perform it manually
|
||||||
|
following the below steps.
|
||||||
|
|
||||||
|
***
|
||||||
|
|
||||||
|
Create a new tag: By waiting until this stage to create tags, you can discard
|
||||||
|
a proposed release if something goes wrong or additional commits are required.
|
||||||
|
Once you have created a tag and pushed it to GitHub, you _**must not**_ delete
|
||||||
|
and re-tag. If you make a mistake after tagging then you'll have to version-bump
|
||||||
|
and start again and count that tag/version as lost.
|
||||||
|
|
||||||
Tag summaries have a predictable format. Look at a recent tag to see:
|
Tag summaries have a predictable format. Look at a recent tag to see:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue