Skip to content
This repository was archived by the owner on Jul 13, 2024. It is now read-only.

Commit 72c05ae

Browse files
committed
Update changelog commands to run on publish
1 parent 1c91ced commit 72c05ae

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

packages/gitgraph-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"build:browserify": "browserify ./lib/bundle.umd.js -o ./lib/bundle.js",
4141
"build:minify": "uglifyjs -c -m -o ./lib/bundle.min.js -- ./lib/bundle.js",
4242
"prepare": "npm run build",
43-
"version": "auto-changelog -l 0 --tag-prefix @gitgraph/core@ && git add CHANGELOG.md",
43+
"version": "auto-changelog -p -l 0 --tag-prefix @gitgraph/core@ && git add CHANGELOG.md",
4444
"prepublishOnly": "npm run test"
4545
},
4646
"devDependencies": {

packages/gitgraph-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"build:browserify": "browserify ./lib/bundle.umd.js -o ./lib/bundle.js",
4646
"build:minify": "uglifyjs -c -m -o ./lib/bundle.min.js -- ./lib/bundle.js",
4747
"prepare": "npm run build",
48-
"version": "auto-changelog -l 0 --tag-prefix @gitgraph/js@ && git add CHANGELOG.md"
48+
"version": "auto-changelog -p -l 0 --tag-prefix @gitgraph/js@ && git add CHANGELOG.md"
4949
},
5050
"dependencies": {
5151
"@gitgraph/core": "1.1.0"

packages/gitgraph-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"scripts": {
3232
"example:default": "ts-node examples/default.ts",
3333
"example:branches": "ts-node examples/branches.ts",
34-
"version": "auto-changelog -l 0 --tag-prefix @gitgraph/node@ && git add CHANGELOG.md"
34+
"version": "auto-changelog -p -l 0 --tag-prefix @gitgraph/node@ && git add CHANGELOG.md"
3535
},
3636
"dependencies": {
3737
"@gitgraph/core": "1.1.0",

packages/gitgraph-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"build:browserify": "browserify ./lib/bundle.umd.js -o ./lib/bundle.js",
4141
"build:minify": "uglifyjs -c -m -o ./lib/bundle.min.js -- ./lib/bundle.js",
4242
"prepare": "npm run build",
43-
"version": "auto-changelog -l 0 --tag-prefix @gitgraph/react@ && git add CHANGELOG.md"
43+
"version": "auto-changelog -p -l 0 --tag-prefix @gitgraph/react@ && git add CHANGELOG.md"
4444
},
4545
"dependencies": {
4646
"@gitgraph/core": "1.1.0"

0 commit comments

Comments
 (0)