Skip to content

Commit ccb3f2a

Browse files
authored
chore: hide PR from dependabot[bot] in changelog (#224)
1 parent d8d0ac4 commit ccb3f2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"prepublishOnly": "npm run build-changelog; npm run build-help; npm run build",
2626
"build": "webpack -p --progress",
2727
"build-help": "marked -i ./lib/help/help.md -o ./public/help/help.html; cat ./public/CHANGELOG.html >> ./public/help/help.html",
28-
"build-changelog": "auto-changelog -p --template changelog-nolink-template.hbs --stdout | marked -o ./public/CHANGELOG.html",
28+
"build-changelog": "auto-changelog -p --template changelog-nolink-template.hbs --stdout | fgrep -v 'dependabot[bot]' | marked -o ./public/CHANGELOG.html",
2929
"watch": "webpack -d --watch",
3030
"create-release": "github-create-release --owner signalk --repository instrumentpanel",
3131
"release": "git tag -d v$npm_package_version && git tag v$npm_package_version && git push --tags && git push && npm run create-release"

0 commit comments

Comments
 (0)