Skip to content

Commit

Permalink
chore(bumped): add service-worker.js change when publish
Browse files Browse the repository at this point in the history
  • Loading branch information
yyc-git committed Mar 3, 2019
1 parent 161a5f3 commit 9be2dee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .bumpedrc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins:
command: 'npm run version'
Committing new version:
plugin: bumped-terminal
command: 'npm run updatePwaCacheVersion && npm run updateCopyRightVersion && git add CHANGELOG.md package.json src/Copyright.re && git commit -m "chore(release): v$newVersion"'
command: 'npm run updatePwaCacheVersion && npm run updateCopyRightVersion && git add CHANGELOG.md package.json service-worker.js src/Copyright.re && git commit -m "chore(release): v$newVersion"'
Publishing tag to GitHub:
plugin: bumped-terminal
command: 'git tag v$newVersion && git push origin master:master && git push origin v$newVersion'

0 comments on commit 9be2dee

Please sign in to comment.