This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #121 from mobify/release-v2.5.2
Release v2.5.2
- Loading branch information
Showing
12 changed files
with
762 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
## Mobify Code Style | ||
- [ ] Branch off of `develop` and create a `release-vX.Y.Z` branch. | ||
- [ ] Create a new pull request with the following settings: | ||
* Base: `master` | ||
* Compare: `release-vX.Y.Z` | ||
Paste the contents of this checklist into this pull request. | ||
- [ ] Increment the version in `package.json`. | ||
- [ ] In the CHANGELOG.md file of this release branch, change the 'To be released' header to 'vX.Y.Z'. | ||
- [ ] Merge `release-vX.Y.Z` into `master` using the pull request, then delete the release branch. | ||
- [ ] [Publish to npm](https://docs.npmjs.com/cli/publish) from the `master` branch. | ||
- [ ] Draft a new Github release with the following settings: | ||
* Tag version: `X.Y.Z` @ `master` | ||
* Release title: `X.Y.Z` | ||
* Description: Use highlights from the CHANGELOG.md (only pick out the most significant changes) | ||
- [ ] Merge `master` into `develop` (no need for review on PR, just merge). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.