Skip to content

Commit

Permalink
feat(grunt): try version auto bump for index
Browse files Browse the repository at this point in the history
  • Loading branch information
sparanoid committed Aug 11, 2015
1 parent 6acbf2a commit 3445afb
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions Gruntfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -378,19 +378,20 @@ module.exports = (grunt) ->
changelogOpts:
preset: "angular"

release:
dist:
src: "CHANGELOG.md"

bump:
options:
files: ["package.json"]
commitMessage: 'chore: release v%VERSION%'
commitFiles: [
files: [
"package.json"
"CHANGELOG.md"
"<%= config.app %>/_pages/index.html"
]
commitMessage: 'chore: release v%VERSION%'
commitFiles: ["-a"]
tagMessage: 'chore: create tag %VERSION%'
push: false
regExp: true

grunt.registerTask "reset", "Reset user availability", (target) ->
grunt.config.set "replace.availability.replacements.0.to", "$1 true"
Expand Down

0 comments on commit 3445afb

Please sign in to comment.