Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion doc/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ install the new build. Make sure that the build appears correct. Check the
version numbers, and perform some basic checks to confirm that all is well with
the build before moving forward.

### 11. Tag and Sign the Release Commit
### 11. Tag and Sign the Release Commit
Comment thread
MylesBorins marked this conversation as resolved.
Outdated

Once you have produced builds that you're happy with, create a new tag. By
waiting until this stage to create tags, you can discard a proposed release if
Expand Down Expand Up @@ -473,6 +473,9 @@ following command:
$ git push <remote> <vx.y.z>
```

*Note*: Please do not push the tag unless you are ready to complete the remainder of the release
Comment thread
MylesBorins marked this conversation as resolved.
Outdated
steps 12 - 19
Comment thread
MylesBorins marked this conversation as resolved.
Outdated

### 12. Set Up For the Next Release

On release proposal branch, edit `src/node_version.h` again and:
Expand Down