diff --git a/package.json b/package.json index 132190f..cf76681 100644 --- a/package.json +++ b/package.json @@ -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"