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

Commit

Permalink
added bumped settings for the next time
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Aug 2, 2015
1 parent 8ff45c8 commit 2dce395
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 5 deletions.
16 changes: 15 additions & 1 deletion .bumpedrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
files: [
"package.json"
"bower.json"
]
]

plugins:
postrelease:

'Compile browser version':
plugin: 'bumped-terminal'
command: 'gulp build'

'Generating CHANGELOG file':
plugin: 'bumped-changelog'

'Commit the new version':
plugin: 'bumped-terminal'
command: 'git add . && git commit -m "$newVersion releases"'
2 changes: 1 addition & 1 deletion assets/css/uno.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2dce395

Please sign in to comment.