Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove grunt version command from README.md #540

Merged
merged 1 commit into from
Apr 27, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Patch versions are only committed to the stable branch. So we need to cherry-pic

- `git checkout stable`
- Cherry-pick the needed commits from master to stable
- Bump the patch version in package.json and run `grunt version`. Add the change log entry and commit.
- Bump the patch version in package.json. Add the change log entry and commit.
- Follow the "Steps to publish" below.
- `git checkout master`
- Commit the change log entry to the master branch.
Expand All @@ -106,7 +106,7 @@ When releasing a major/minor version, master would already have this version set
- `git merge -X theirs master`
- Follow the "Steps to publish" steps below.
- `git checkout master`
- Update `package.json` to the future major/minor version and run `grunt version`
- Update `package.json` to the future major/minor version.

#### Steps to publish

Expand Down