Skip to content

Commit 4f35cb8

Browse files
committed
chore(changelog): WIP
1 parent c51bb87 commit 4f35cb8

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
uses: actions/setup-node@v1
1919
with:
2020
node-version: ${{ matrix.node-version }}
21-
- run: npx conventional-changelog -p scully -i CHANGELOG.md -s && git add CHANGELOG.md
21+
- run: npm run changelog
2222
env:
2323
CI: true

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"scully:publish:major": "tsc -p ./tsconfig.scully.json && npm version major",
2525
"scully:test:ssl:self": "npm run generate -- serve --ssl",
2626
"scully:test:ssl:file": "npm run generate -- serve --ssl --ssl-cert=./certs/localhost.cert --ssl-key=./certs/localhost.key",
27+
"changelog": "npx conventional-changelog -p scully -i CHANGELOG.md -s && git add CHANGELOG.md",
2728
"commit": "git add . && npx git-cz",
2829
"commit:select": "npx git-cz",
2930
"build-bazel": "bazel build //...",

0 commit comments

Comments
 (0)