Skip to content

Commit

Permalink
feat(changelog): add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
CaryLandholt committed Apr 25, 2014
1 parent 728050b commit 39c2bc3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Gruntfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ path = require 'path'
module.exports = (grunt) ->
require('load-grunt-tasks')(grunt)
require('time-grunt')(grunt)
pkg = require './package.json'

grunt.initConfig
settings:
Expand All @@ -27,6 +28,12 @@ module.exports = (grunt) ->
copy: false
install: false

# Creates changelog
changelog:
options:
repository: pkg.repository.url
version: pkg.version

# Deletes dist and .temp directories
# The .temp directory is used during the build process
# The dist directory contains the artifacts of the build
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"grunt-contrib-requirejs": "~0.4.3",
"grunt-contrib-uglify": "~0.4.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-conventional-changelog": "~1.1.0",
"grunt-hustler": "~4.0.6",
"grunt-karma": "~0.8.2",
"grunt-prompt": "~1.1.0",
Expand Down

0 comments on commit 39c2bc3

Please sign in to comment.