Skip to content
This repository has been archived by the owner on Apr 17, 2018. It is now read-only.

Commit

Permalink
feat(changelog): Add Grunt task for generating Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Glavin001 committed Aug 10, 2014
1 parent 9ae1198 commit 30b6629
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<a name="0.0.0"></a>
## 0.0.0 (2014-08-10)


#### Bug Fixes

* **travis-ci:** Add installation of SASS and Compass for Travis CI. ([ecf57669](http://github.com/mozilla/seasponge/commit/ecf576692da6de7d8fdb2daee5bc85f6ca6d8000))


#### Features

* **app:**
* Add jsPlumb dependency to app. ([ac2e6c7a](http://github.com/mozilla/seasponge/commit/ac2e6c7aec0a930e82256feac1411bc9fd224c96))
* Generated Angular project in CoffeeScript. ([1146286c](http://github.com/mozilla/seasponge/commit/1146286c84701e6e3e8f37815bc9793b69d83b59))
5 changes: 5 additions & 0 deletions Gruntfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,11 @@ module.exports = (grunt) ->
"<%= yeoman.app %>/images/{,*/}*.{png,jpg,jpeg,gif,webp,svg}"
]

# Generate Changelog
changelog:
options:
dest: 'CHANGELOG.md'
versionFile: 'package.json'

# The actual grunt server settings
connect:
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
"grunt-karma": "^0.8.3",
"karma-phantomjs-launcher": "^0.1.4",
"karma": "^0.12.21",
"karma-coffee-preprocessor": "^0.2.1"
"karma-coffee-preprocessor": "^0.2.1",
"grunt-conventional-changelog": "^1.1.0"
},
"engines": {
"node": ">=0.10.0"
Expand Down

0 comments on commit 30b6629

Please sign in to comment.