Skip to content

Commit

Permalink
chore: hide PR from dependabot[bot] in changelog (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmotelet authored May 5, 2022
1 parent d8d0ac4 commit ccb3f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"prepublishOnly": "npm run build-changelog; npm run build-help; npm run build",
"build": "webpack -p --progress",
"build-help": "marked -i ./lib/help/help.md -o ./public/help/help.html; cat ./public/CHANGELOG.html >> ./public/help/help.html",
"build-changelog": "auto-changelog -p --template changelog-nolink-template.hbs --stdout | marked -o ./public/CHANGELOG.html",
"build-changelog": "auto-changelog -p --template changelog-nolink-template.hbs --stdout | fgrep -v 'dependabot[bot]' | marked -o ./public/CHANGELOG.html",
"watch": "webpack -d --watch",
"create-release": "github-create-release --owner signalk --repository instrumentpanel",
"release": "git tag -d v$npm_package_version && git tag v$npm_package_version && git push --tags && git push && npm run create-release"
Expand Down

0 comments on commit ccb3f2a

Please sign in to comment.