Skip to content

Commit

Permalink
Don't force master branch when generating changelog (#342)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjbarth authored Jul 14, 2023
1 parent df37390 commit 6f5280e
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 @@
"lib": "./lib"
},
"scripts": {
"changelog": "gren changelog --override --generate --head master",
"changelog": "gren changelog --override --generate",
"lint": "eslint --ext .js \"{lib,test}/*.js\" --cache && npm run prettier-check",
"lint:fix": "eslint --ext .js --fix \"{lib,test}/*.js\" && npm run prettier-format",
"prettier-check": "prettier --config .prettierrc.json --check .",
Expand Down

0 comments on commit 6f5280e

Please sign in to comment.