Skip to content

Commit

Permalink
chore: disable changelog-config
Browse files Browse the repository at this point in the history
  • Loading branch information
popstas committed Apr 13, 2024
1 parent 273ae86 commit 541f5ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions changelog-config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';
// TODO:
module.exports = {
// TODO:
export default {
// parserOpts: parserOpts,
writerOpts: {
// reverse: true,
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"server": "node src/server.js",
"version": "npm run changelog && git add CHANGELOG.md",
"postversion": "git push && npm run release",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 --config changelog-config.js",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"changelog-test": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 --config changelog-config.js",
"release": "conventional-github-releaser -p angular && npm publish && npm run deploy",
"deploy": "test -e data/deploy.sh && bash data/deploy.sh || echo no deploy script",
"postinstall-puppeteer-fix": "sudo chown -R $USER:$USER \"$(npm prefix -g)/lib/node_modules/site-audit-seo/node_modules/puppeteer/.local-chromium/\""
Expand Down

0 comments on commit 541f5ac

Please sign in to comment.