-
Notifications
You must be signed in to change notification settings - Fork 188
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
hidden
type for hidden comm…
…its (#1819) ci: update to release-please@4, set add hfix for hidden fixes
- Loading branch information
1 parent
769dc00
commit eed1c03
Showing
5 changed files
with
94 additions
and
8 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,7 @@ | ||
{ | ||
"versioning": "always-bump-patch", | ||
"release-type": "python", | ||
"packages": { | ||
".": {} | ||
} | ||
} |
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,74 @@ | ||
{ | ||
"versioning": "always-bump-minor", | ||
"release-type": "python", | ||
"changelog-sections": [ | ||
{ | ||
"type": "feat", | ||
"section": "✨ Features", | ||
"hidden": false | ||
}, | ||
{ | ||
"type": "fix", | ||
"section": "🐛 Bug Fixes", | ||
"hidden": false | ||
}, | ||
{ | ||
"type": "perf", | ||
"section": "🚀 Performance Improvements", | ||
"hidden": false | ||
}, | ||
{ | ||
"type": "deps", | ||
"section": "📦 Dependencies", | ||
"hidden": false | ||
}, | ||
{ | ||
"type": "revert", | ||
"section": "🗑 Reverts", | ||
"hidden": false | ||
}, | ||
{ | ||
"type": "docs", | ||
"section": "📚 Documentation", | ||
"hidden": false | ||
}, | ||
{ | ||
"type": "hidden", | ||
"section": "🤫 Hidden Changes", | ||
"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 | ||
} | ||
], | ||
"packages": { | ||
".": {} | ||
} | ||
} |
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