Skip to content

Commit 3c30fb7

Browse files
committed
fix(changelog): Added changelog creation to grunt task chain
1 parent 92b29f9 commit 3c30fb7

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

grunt/conventionalChangelog.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"options": {
3+
"changelogOpts": {
4+
"preset": "angular"
5+
}
6+
}
7+
}

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "https://github.com/tombatossals/angular-leaflet-directive/graphs/contributors",
33
"name": "angular-leaflet-directive",
4-
"versoin": "0.10.1",
4+
"version": "0.10.1",
55
"description": "angular-leaflet-directive - An AngularJS directive to easily interact with Leaflet maps",
66
"homepage": "http://tombatossals.github.io/angular-leaflet-directive/",
77
"repository": {
@@ -23,6 +23,7 @@
2323
"grunt-contrib-jshint": "^0.11.2",
2424
"grunt-contrib-uglify": "^0.10.0",
2525
"grunt-contrib-watch": "^0.6.1",
26+
"grunt-conventional-changelog": "^5.0.0",
2627
"grunt-graphviz": "^0.1.1",
2728
"grunt-jscs": "^2.3.0",
2829
"grunt-karma": "^0.12.1",

0 commit comments

Comments
 (0)