-
Notifications
You must be signed in to change notification settings - Fork 189
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: update to release-please@4, set add hfix for hidden fixes
- Loading branch information
1 parent
769dc00
commit 9e33d06
Showing
5 changed files
with
82 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
".": "1.4.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
".": "1.4.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
{ | ||
"packages": { | ||
".": { | ||
"versioning": "always-bump-minor", | ||
"release-type": "python", | ||
"changelog-sections": [ | ||
{ | ||
"type": "fix", | ||
"section": "🐛 Bug Fixes" | ||
}, | ||
{ | ||
"type": "hfix", | ||
"section": "🤫 Bug Fixes", | ||
"hidden": false | ||
}, | ||
{ | ||
"type": "perf", | ||
"section": "🚀 Performance Improvements" | ||
}, | ||
{ | ||
"type": "revert", | ||
"section": "🗑 Reverts" | ||
}, | ||
{ | ||
"type": "hrevert", | ||
"section": "🤫 Reverts", | ||
"hidden": false | ||
}, | ||
{ | ||
"type": "docs", | ||
"section": "📚 Documentation", | ||
"hidden": true | ||
}, | ||
{ | ||
"type": "style", | ||
"section": "💎 Styles", | ||
"hidden": true | ||
}, | ||
{ | ||
"type": "chore", | ||
"section": "♻️ Miscellaneous Chores", | ||
"hidden": true | ||
}, | ||
{ | ||
"type": "refactor", | ||
"section": "📦 Code Refactoring", | ||
"hidden": true | ||
}, | ||
{ | ||
"type": "test", | ||
"section": "🚨 Tests", | ||
"hidden": true | ||
}, | ||
{ | ||
"type": "build", | ||
"section": "🛠 Build System", | ||
"hidden": true | ||
}, | ||
{ | ||
"type": "ci", | ||
"section": "⚙️ Continuous Integration", | ||
"hidden": true | ||
} | ||
] | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters