Skip to content

Commit

Permalink
chore: configure release please
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang committed Dec 26, 2023
1 parent 01a87a8 commit 9f299eb
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
steps:
- uses: google-github-actions/release-please-action@v4
with:
release-type: go
command: manifest
4 changes: 4 additions & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
".": "0.8.0",
"modules/breadcrumb": "0.1.0"
}
28 changes: 28 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"bootstrap-sha": "24a92d71a4d2687a68fa2e4640d865efe57b00a4",
"monorepo-tags": true,
"release-type": "go",
"tag-separator": "/",
"changelog-sections": [
{ "type": "BREAKING CHANGE", "section": "BREAKING CHANGES 💥"},
{ "type": "chore", "section": "Miscellaneous Chores", "hidden": true },
{ "type": "ci", "section": "Continuous Integration" },
{ "type": "docs", "section": "Documentation 📝" },
{ "type": "feat", "section": "Features ✨" },
{ "type": "feature", "section": "Features ✨" },
{ "type": "fix", "section": "Bug Fixes 🐞" },
{ "type": "perf", "section": "Performance Improvements ⚡️" },
{ "type": "style", "section": "Styles 🎨" }
],
"packages": {
".": {
"exclude-paths": [
"modules",
]
},
"modules/breadcrumb": {
"component": "modules/breadcrumb"
}
}
}

0 comments on commit 9f299eb

Please sign in to comment.