Skip to content

Commit 15b315e

Browse files
committed
update README with version and new instructions
1 parent f65c8bd commit 15b315e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
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).
88

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

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

@@ -1332,7 +1332,7 @@ $ grunt upgrade
13321332

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

0 commit comments

Comments
 (0)