Skip to content

Commit a4f7c72

Browse files
author
Bud Parr
authored
Add auto-changelog (#228)
* Add auto-changelog Fixes #227 * Catch up version number This file had been previously untouched since 1.0. Using the version from the repo. Ref #227 * Add script Fixes #227
1 parent b2774d9 commit a4f7c72

2 files changed

Lines changed: 141 additions & 3 deletions

File tree

package-lock.json

Lines changed: 132 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: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
{
22
"name": "gohugo-default-theme",
3-
"version": "1.0.0",
3+
"version": "2.5.4",
44
"description": "Base Theme to start Hugo Sites",
5-
"main": "index.js",
5+
"main": "index.js",
66
"repository": {
77
"type": "git",
88
"url": "git+https://github.com/theNewDynamic/thenewdynamic.com.git"
99
},
10+
"scripts": {
11+
"version": "auto-changelog -p --template keepachangelog --commit-limit 0 && git add CHANGELOG.md",
12+
}
1013
"keywords": [
1114
"hugo",
1215
"gohugo"
@@ -16,5 +19,8 @@
1619
"bugs": {
1720
"url": "https://github.com/theNewDynamic/thenewdynamic.com/issues"
1821
},
19-
"homepage": "https://github.com/theNewDynamic/thenewdynamic.com#readme"
22+
"homepage": "https://github.com/theNewDynamic/thenewdynamic.com#readme",
23+
"devDependencies": {
24+
"auto-changelog": "^1.16.1"
25+
}
2026
}

0 commit comments

Comments
 (0)