Skip to content

Commit

Permalink
ci: configure release please
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang committed Jun 9, 2023
1 parent 00c6069 commit 3928d53
Show file tree
Hide file tree
Showing 3 changed files with 90 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 @@ -15,4 +15,4 @@ jobs:
steps:
- uses: google-github-actions/release-please-action@v3
with:
release-type: go
command: manifest
15 changes: 15 additions & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
".": "0.12.0",
"modules/breadcrumb": "0.1.2",
"modules/content-panel": "0.1.1",
"modules/disqus": "0.1.1",
"modules/featured-image": "0.2.1",
"modules/giscus": "0.1.3",
"modules/heading-sign": "0.1.3",
"modules/post-nav": "0.2.0",
"modules/related-posts": "0.1.2",
"modules/staticman": "0.1.1",
"modules/toc-scrollspy": "0.1.0",
"modules/twikoo": "0.1.0",
"modules/utterances": "0.1.1"
}
74 changes: 74 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"bootstrap-sha": "347bc73e75e34371d8235cb2b5c4c9ee784091cc",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"monorepo-tags": true,
"release-type": "go",
"separate-pull-requests": true,
"tag-separator": "/",
"changelog-sections": [
{ "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/breadcrumb",
"modules/content-panel",
"modules/disqus",
"modules/featured-image",
"modules/giscus",
"modules/heading-sign",
"modules/post-nav",
"modules/related-posts",
"modules/staticman",
"modules/toc-scrollspy",
"modules/twikoo",
"modules/utterances"
]
},
"modules/breadcrumb": {
"component": "modules/breadcrumb"
},
"modules/content-panel": {
"component": "modules/content-panel"
},
"modules/disqus": {
"component": "modules/disqus"
},
"modules/featured-image": {
"component": "modules/featured-image"
},
"modules/giscus": {
"component": "modules/giscus"
},
"modules/heading-sign": {
"component": "modules/heading-sign"
},
"modules/post-nav": {
"component": "modules/post-nav"
},
"modules/related-posts": {
"component": "modules/related-posts"
},
"modules/staticman": {
"component": "modules/staticman"
},
"modules/toc-scrollspy": {
"component": "modules/toc-scrollspy"
},
"modules/twikoo": {
"component": "modules/twikoo"
},
"modules/utterances": {
"component": "modules/utterances"
}
}
}

0 comments on commit 3928d53

Please sign in to comment.