chore(changelog): update CHANGELOG, Grunt changelog task

Added some types to search for in the Grunt task when executing the
extended version.
This commit is contained in:
Cole Gleason 2014-01-17 12:25:36 -06:00
parent 2cf60c25e5
commit 3d8ca12601
3 changed files with 20 additions and 9 deletions

View file

@ -1,5 +1,19 @@
<a name="">HabitRPG</a>
# (2014-01-16)
# (2014-01-17)
## Bug Fixes
- **#2375:** merge in @SabreCat's stats.jade changes "More elegant show/hide setup for attribute bonuses"
([518f200a](https://github.com/habitrpg/habitrpg/commits/518f200a8fc7373b44ed7d7b5f016d921b0746bd))
## Features
- **bailey:** notif about STWC updates + scroll-purchase deadlines (@colegleason)
([90176444](https://github.com/habitrpg/habitrpg/commits/90176444e9c7a318040829e8b71d1493b5d58e9e))
- **challenges:** markdown in challenge-descriptions
([41233c7b](https://github.com/habitrpg/habitrpg/commits/41233c7b167905eeccfdff5589789e002ec23f97))
## Breaking Changes

View file

@ -1,11 +1,8 @@
<a name="">HabitRPG</a>
# (2014-01-16)
# (2014-01-17)
## Chore
- **changelog:** add commit-msg hook to verify commit messages
## Breaking Changes
## Bug Fixes
- **#2375:** merge in @SabreCat's stats.jade changes "More elegant show/hide setup for attribute bonuses"
([518f200a](https://github.com/habitrpg/habitrpg/commits/518f200a8fc7373b44ed7d7b5f016d921b0746bd))

View file

@ -18,7 +18,7 @@ module.exports = function(grunt) {
repo_url: 'https://github.com/habitrpg/habitrpg',
appName : 'HabitRPG',
branch_name: 'develop',
grep_commits: '^fix|^feat|^docs|^refactor|^chore|BREAKING'
grep_commits: '^perf|^style|^fix|^feat|^docs|^refactor|^chore|BREAKING'
}
}
},