We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe5b5fc commit 24aa2beCopy full SHA for 24aa2be
.release-it.json
@@ -1,6 +1,10 @@
1
{
2
"_": "CI will switch the release here to true",
3
- "github": { "release": false, "assets": "brew-distribution/*.zip" },
+ "github": {
4
+ "release": false,
5
+ "assets": "brew-distribution/*.zip",
6
+ "releaseNotes": "npx auto-changelog --stdout --commit-limit false -u --template https://raw.githubusercontent.com/release-it/release-it/main/templates/changelog-compact.hbs"
7
+ },
8
"git": {
9
"requireCleanWorkingDir": false,
10
"changelog": "npx auto-changelog --stdout --commit-limit false -u --template https://raw.githubusercontent.com/release-it/release-it/main/templates/changelog-compact.hbs"
0 commit comments