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

Commit 8e58e2e

Browse files
author
Mike Nikles
committed
Merge branch 'master' into develop
2 parents c6db15a + 8d86268 commit 8e58e2e

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

CHANGELOG

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
- Add a new ES5 configuration ported to ESLint 2 and up
99
2.5.1
1010
- Update line length to 200
11+
- Remove rule for no-unresolved import
1112
- Remove 'strict' rule for modules
1213
2.5.0
1314
- Add an ES6 and JSX standard with lint rules.

RELEASE.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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, then delete the release branch.
10+
- [ ] [Publish to npm](https://docs.npmjs.com/cli/publish) from the `master` branch.
11+
- [ ] Draft a new Github release with the following settings:
12+
* Tag version: `X.Y.Z` @ `master`
13+
* Release title: `X.Y.Z`
14+
* Description: Use highlights from the CHANGELOG.md (only pick out the most significant changes)
15+
- [ ] Merge `master` into `develop` (no need for review on PR, just merge).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mobify-code-style",
3-
"version": "2.5.0",
3+
"version": "2.5.2",
44
"description": "Code style guide and linting tools for Mobify",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)