diff --git a/RELEASE.md b/RELEASE.md index fae85fb5..b7865bfd 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -25,13 +25,13 @@ _This will ..._ npm run release -- --prerelease ``` -_this does the above but tags the version `1.0.1-alpha.0`, `1.0.1-beta.0`, `1.0.1-rc.0`_ +_this does the above but tags the version `2.0.1-alpha.0`, `2.0.1-beta.0`, `2.0.1-rc.0`_ #### Push new tag to GitHub ```bash # npm run script -npm run release:tag:v1 +npm run release:tag:v2 ``` _this pushes the newly created tag to github_ diff --git a/package.json b/package.json index e4a82062..64023de9 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "test.integration": "npm run build && karma start --single-run", "travis": "npm run test.unit && npm run test.integration", "release": "standard-version", - "release:tag:v1": "git push --follow-tags origin v1", + "release:tag:v2": "git push --follow-tags origin v2", "release:publish": "npm run build:release && npm publish --access public --tag", "build:watch": "gulp build.watch", "build:release": "gulp",