Skip to content

Commit 34ce620

Browse files
committed
docs(release): update release.md
1 parent 7f2724f commit 34ce620

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ _this does the above but tags the version `2.0.1-alpha.0`, `2.0.1-beta.0`, `2.0.
3131

3232
```bash
3333
# npm run script
34-
npm run release:tag:v2
34+
npm run release:tag:master
3535
```
3636

3737
_this pushes the newly created tag to github_

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"travis:test": "npm run test.unit",
1818
"travis:lint": "npm run lint",
1919
"release": "standard-version",
20-
"release:tag:v2": "git push --follow-tags origin v2",
20+
"release:tag:master": "git push --follow-tags origin master",
2121
"release:publish": "npm run build:release && npm publish --access public --tag",
2222
"build:watch": "gulp build.watch",
2323
"build:release": "gulp",

0 commit comments

Comments
 (0)