Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
166 changes: 82 additions & 84 deletions .release-config.json
Original file line number Diff line number Diff line change
@@ -1,86 +1,84 @@
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"release-type": "rust",
"release-as": "",
"include-component-in-tag": false,
"pull-request-title-pattern": "chore: release${component}",
"changelog-sections": [
{
"type": "feature",
"section": "πŸš€ Features"
},
{
"type": "feat",
"section": "πŸš€ Features"
},
{
"type": "fix",
"section": "πŸ› Bug Fixes"
},
{
"type": "perf",
"section": "⚑ Performance Improvements"
},
{
"type": "revert",
"section": "◀️ Reverts"
},
{
"type": "docs",
"section": "πŸ“š Documentation",
"hidden": false
},
{
"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
}
],
"plugins": [
"sentence-case"
],
"pull-request-header": ":robot: Auto-generated release PR",
"packages": {
".": {
"release-type": "rust",
"draft": false,
"prerelease": false,
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"include-component-in-tag": false,
"changelogPath": "CHANGELOG.md",
"extra-files": [
"README.md",
"docs/_coverpage.md",
"docs/quickstart.md",
"docs/README.md",
"docs/guide/install.md"
]
}
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"release-type": "rust",
"release-as": "",
"include-component-in-tag": false,
"pull-request-title-pattern": "chore: release${component}",
"changelog-sections": [
{
"type": "feature",
"section": "πŸš€ Features"
},
{
"type": "feat",
"section": "πŸš€ Features"
},
{
"type": "fix",
"section": "πŸ› Bug Fixes"
},
{
"type": "perf",
"section": "⚑ Performance Improvements"
},
{
"type": "revert",
"section": "◀️ Reverts"
},
{
"type": "docs",
"section": "πŸ“š Documentation",
"hidden": false
},
{
"type": "style",
"section": "🎨 Styles",
"hidden": true
},
{
"type": "chore",
"section": "βš™οΈ Miscellaneous Chores",
"hidden": true
},
{
"type": "refactor",
"section": "🚜 Code Refactoring",
"hidden": false
},
{
"type": "test",
"section": "πŸ§ͺ Tests",
"hidden": true
},
{
"type": "build",
"section": "πŸ› οΈ Build System",
"hidden": true
},
{
"type": "ci",
"section": "πŸ₯ Continuous Integration",
"hidden": true
}
}
],
"plugins": ["sentence-case"],
"pull-request-header": ":robot: Auto-generated release PR",
"packages": {
".": {
"release-type": "rust",
"draft": false,
"prerelease": false,
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"include-component-in-tag": false,
"changelogPath": "CHANGELOG.md",
"extra-files": [
"README.md",
"docs/_coverpage.md",
"docs/quickstart.md",
"docs/README.md",
"docs/guide/install.md"
]
}
}
}
Loading