Skip to content

Commit

Permalink
update README with version and new instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
nycdotnet committed Oct 8, 2015
1 parent f65c8bd commit 15b315e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -7,7 +7,7 @@
Grunt-ts is an npm package that handles TypeScript compilation work in GruntJS build scripts. It provides a [Grunt-compatible wrapper](#support-for-tsc-switches) for the `tsc` command-line compiler, and provides some [additional functionality](#grunt-ts-gruntfilejs-options) that improves the TypeScript development workflow. Grunt-ts supports compiling against [tsconfig.json](#tsconfig) or even a [Visual Studio project](#vs) directly. Grunt-ts is itself written in [TypeScript](./tasks/ts.ts).

### Latest Changes
Latest release is `5.0.0`, which includes `tsconfig.json` support and TypeScript 1.5, among many other improvements.
Latest release is `5.0.1`, which includes `tsconfig.json` support and TypeScript 1.5, among many other improvements.

[Full changelog is here](CHANGELOG.md).

Expand Down Expand Up @@ -1332,7 +1332,7 @@ $ grunt upgrade

* Run `grunt release` and ensure it comes back clean (should finish but with warnings).
* Update the version in package.json.
* Update CHANGELOG.md.
* Update CHANGELOG.md and README.md (top section referencing latest version number).
* Commit to master.
* Publish to npm.
* Push version tag to GitHub.
Expand Down

0 comments on commit 15b315e

Please sign in to comment.