|
280 | 280 | [ "git checkout -b temp-release-branch master","Create a temporary branch for the dist" ],
|
281 | 281 | [ "grunt version:{{release_type}}", "Bump package versions" ],
|
282 | 282 | [ "./build/bin/version", "Return the current VJS Version from the package.json file", "version" ],
|
283 |
| - [ "grunt chg-release:{{version}}", "Update the changelog with the new release" ], |
| 283 | + [ "npm run changelog", "Update the changelog with the new release" ], |
284 | 284 | [ "git commit -am 'v{{version}}'", "Add and commit the package changes" ],
|
285 | 285 | [ "git checkout master", "Checkout the developmet branch" ],
|
286 | 286 | [ "git merge temp-release-branch", "Merge package changes into the dev brach" ],
|
|
306 | 306 | [ "grunt test", "Run tests" ],
|
307 | 307 | [ "grunt version:{{release_type}}", "Bump package versions" ],
|
308 | 308 | [ "./build/bin/version", "Return the current VJS Version from the package.json file", "version" ],
|
309 |
| - [ "grunt chg-release:{{version}}", "Update the changelog with the new release" ], |
| 309 | + [ "npm run changelog", "Update the changelog with the new release" ], |
310 | 310 | [ "git commit -am 'v{{version}}'", "Add and commit the package changes" ],
|
311 | 311 | [ "git push upstream stable", "Push the release branch changes to the repo" ],
|
312 | 312 | [ "git checkout -b temp-release-branch stable","Create a temporary branch for the dist" ],
|
|
0 commit comments