Skip to content
This repository was archived by the owner on May 25, 2019. It is now read-only.

Commit 0f66a90

Browse files
committed
chore(grunt): can custom changelog starting point
1 parent 409d1a6 commit 0f66a90

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
<a name="0.2.1"></a>
2+
### 0.2.1 (2015-01-07)
3+
4+
15
<a name="0.2.0"></a>
26
## 0.2.0 (2014-12-08)
37

gruntFile.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,8 @@ module.exports = function (grunt) {
137137

138138
changelog: {
139139
options: {
140-
dest: 'CHANGELOG.md'
140+
dest: 'CHANGELOG.md',
141+
from: grunt.option('from')
141142
}
142143
}
143144
});

0 commit comments

Comments
 (0)