Skip to content
This repository was archived by the owner on Aug 8, 2023. It is now read-only.

Commit fe4767e

Browse files
author
Mike Nikles
committed
Update the release checklist based on discussions.
1 parent cec1cbf commit fe4767e

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

RELEASE.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,10 @@
66
Paste the contents of this checklist into this pull request.
77
- [ ] Increment the version in `package.json`.
88
- [ ] In the CHANGELOG.md file of this release branch, change the 'To be released' header to 'vX.Y.Z'.
9-
- [ ] Merge `release-vX.Y.Z` into `master` using the pull request (**don't delete the `release-vX.Y.Z` branch yet!!**).
10-
- [ ] [Publish to npm](https://docs.npmjs.com/cli/publish) from the release branch.
9+
- [ ] Merge `release-vX.Y.Z` into `master` using the pull request, then delete the release branch.
10+
- [ ] [Publish to npm](https://docs.npmjs.com/cli/publish) from the `master` branch.
1111
- [ ] Draft a new Github release with the following settings:
12-
* Tag version: `X.Y.Z` @ `release-vX.Y.Z`
13-
* Release title: `X.Y.Z - <island_name>`
12+
* Tag version: `X.Y.Z` @ `master`
13+
* Release title: `X.Y.Z`
1414
* Description: Use highlights from the CHANGELOG.md (only pick out the most significant changes)
15-
- [ ] Merge `release-vX.Y.Z` into `develop` (no need for review on PR, just merge).
16-
- [ ] Delete `release-vX.Y.Z` branch.
15+
- [ ] Merge `master` into `develop` (no need for review on PR, just merge).

0 commit comments

Comments
 (0)