Skip to content

Commit

Permalink
Remove last mention of grunt in README
Browse files Browse the repository at this point in the history
  • Loading branch information
adidahiya authored Nov 7, 2016
1 parent 1353c9f commit 6b70dda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ Creating a new release

1. Bump the version number in `package.json` and `src/tslintMulti.ts`
2. Add release notes in `CHANGELOG.md`
3. Run `grunt` to build the latest sources
3. `npm run verify` to build the latest sources
4. Commit with message `Prepare release <version>`
5. Run `npm publish`
6. Create a git tag for the new release and push it ([see existing tags here](https://github.com/palantir/tslint/tags))

0 comments on commit 6b70dda

Please sign in to comment.