Skip to content

Commit

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

0 comments on commit d53a771

Please sign in to comment.