Skip to content

Commit b739f1d

Browse files
committed
Always include a changelog of some sort, as it seems github's API changed to not allow blanks
1 parent 7fbddd4 commit b739f1d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.release-it.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
{
22
"_": "CI will switch the release here to true",
33
"github": { "release": false, "assets": "brew-distribution/*.zip" },
4-
"git": { "requireCleanWorkingDir": false },
4+
"git": {
5+
"requireCleanWorkingDir": false,
6+
"changelog": "npx auto-changelog --stdout --commit-limit false -u --template https://raw.githubusercontent.com/release-it/release-it/main/templates/changelog-compact.hbs"
7+
},
58
"buildCommand": "yarn package:x64; yarn package:arm64",
69
"hooks": {
710
"before:bump": "yarn declarations; yarn build:schemas",

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,13 @@
1616

1717
<!-- Your comment below this -->
1818

19+
1920
<!-- Your comment above this -->
2021

22+
## 13.0.3
23+
24+
- Lots of deploy faff, as we are forced to update node in all the build processing [@orta]
25+
2126
## 13.0.0
2227

2328
- **Breaking** Update `@octokit/rest` from 18 to 20 to prevent transitive CVEs - Fixes [#1479](https://github.com/danger/danger-js/issues/1479) [@fbartho]

0 commit comments

Comments
 (0)