Skip to content
This repository was archived by the owner on May 12, 2019. It is now read-only.

Commit ea048cd

Browse files
committed
update bumped settings
1 parent 84aa1b8 commit ea048cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.bumpedrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ plugins:
2121

2222
'Commiting new version':
2323
plugin: 'bumped-terminal'
24-
command: 'git add CHANGELOG.md bower.json package.json dist && git commit -m "Release $newVersion" && git push origin master'
24+
command: 'git add CHANGELOG.md bower.json package.json dist && git commit -m "Release $newVersion"'
2525

2626
'Publishing tag at Github':
2727
plugin: 'bumped-terminal'
28-
command: 'git tag $newVersion && git push origin $newVersion'
28+
command: 'git tag $newVersion && git push && git push --tags'
2929

3030
'Publishing at NPM':
3131
plugin: 'bumped-terminal'

0 commit comments

Comments
 (0)