File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 //..." ,
You can’t perform that action at this time.
0 commit comments