Skip to content

Commit e6c4179

Browse files
committed
npm: add auto-changelog to generate, well a changelog
1 parent 836f514 commit e6c4179

File tree

3 files changed

+176
-0
lines changed

3 files changed

+176
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
CHANGELOG.md
22
Session.vim
3+
node_modules/

package-lock.json

Lines changed: 149 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"name": "split-term.vim",
3+
"version": "1.0.2",
4+
"description": "split-term vim plugin",
5+
"scripts": {
6+
"changelog": "auto-changelog"
7+
},
8+
"repository": {
9+
"type": "git",
10+
"url": "git+https://github.com/vimlab/split-term.vim.git"
11+
},
12+
"author": "mklabs",
13+
"license": "MIT",
14+
"bugs": {
15+
"url": "https://github.com/vimlab/split-term.vim/issues"
16+
},
17+
"homepage": "https://github.com/vimlab/split-term.vim#readme",
18+
"auto-changelog": {
19+
"template": "keepachangelog",
20+
"unreleased": true,
21+
"commitLimit": false
22+
},
23+
"dependencies": {
24+
"auto-changelog": "^1.8.0"
25+
}
26+
}

0 commit comments

Comments
 (0)