This repository was archived by the owner on Aug 8, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
9- released' header to 'vX.Y.Z'.
10- - [ ] Merge ` release-vX.Y.Z ` into ` master ` using the pull request, then delete
11- the release branch.
12- * Note* : CircleCI will automatically publish to npm when the build runs on
13- ` master `
14- - [ ] Draft a new Github release with the following settings:
15- - Tag version: ` X.Y.Z ` @ ` master `
16- - Release title: ` X.Y.Z `
17- - Description: Use highlights from the CHANGELOG.md (only pick out the
18- most significant changes)
19- - [ ] Merge ` master ` into ` develop ` (no need for review on PR, just merge).
1+ # Mobify Code Style - Release process
2+
3+ Use Slack to release new versions of the Mobify Code Style.
4+
5+ ` @mobitron release mobify-code-style [major|minor|patch] `
You can’t perform that action at this time.
0 commit comments