Skip to content

Commit

Permalink
ci: fix the release it config to only show user-facing changes
Browse files Browse the repository at this point in the history
This change adjusts the release it config so that the output generated from the changelog plugin is used for the github release page.

Using autoGenerate overrides the output from the changelog plugin from making it onto the GH release.

Ref: JoshuaKGoldberg/eslint-plugin-package-json#789
  • Loading branch information
michaelfaith committed Jan 30, 2025
1 parent a5e64af commit ebe1ca3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"requireCommits": true
},
"github": {
"autoGenerate": true,
"release": true,
"releaseName": "v${version}"
},
Expand Down

0 comments on commit ebe1ca3

Please sign in to comment.