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

Commit 49d9867

Browse files
author
Mike Nikles
committed
Add RELEASE.md
1 parent fd1a7e8 commit 49d9867

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

RELEASE.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
## Mobify Code Style
2+
- [ ] Branch off of `develop` and create a `release-vX.Y.Z` branch.
3+
- [ ] Create a new pull request with the following settings:
4+
* Base: `master`
5+
* Compare: `release-vX.Y.Z`
6+
Paste the contents of this checklist into this pull request.
7+
- [ ] Increment the version in `package.json`.
8+
- [ ] 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.
11+
- [ ] 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>`
14+
* 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.

0 commit comments

Comments
 (0)