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 Aug 11, 2023
1 parent 0b215ee commit a32964d
Showing 1 changed file with 35 additions and 16 deletions.
51 changes: 35 additions & 16 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"bootstrap-sha": "24a92d71a4d2687a68fa2e4640d865efe57b00a4",
"monorepo-tags": true,
"separate-pull-requests": true,
"release-type": "go",
"tag-separator": "/",
"changelog-sections": [
Expand All @@ -19,35 +18,55 @@
"packages": {
".": {
"exclude-paths": [
"modules/docsearch",
"modules/language-picker",
"modules/search",
"modules/socials",
"modules/theme-toggle",
"themes/classic",
"themes/pills"
"modules",
"themes"
]
},
"modules/docsearch": {
"component": "modules/docsearch"
"component": "modules/docsearch",
"dependencies": ["."]
},
"modules/language-picker": {
"component": "modules/language-picker"
"component": "modules/language-picker",
"dependencies": ["."]
},
"modules/search": {
"component": "modules/search"
"component": "modules/search",
"dependencies": ["."]
},
"modules/socials": {
"component": "modules/socials"
"component": "modules/socials",
"dependencies": ["."]
},
"modules/theme-toggle": {
"component": "modules/theme-toggle"
"component": "modules/theme-toggle",
"dependencies": ["."]
},
"themes/classic": {
"component": "themes/classic"
"component": "themes/classic",
"dependencies": ["."]
},
"themes/pills": {
"component": "themes/pills"
"component": "themes/pills",
"dependencies": ["."]
}
}
},
"plugins": [
{
"type": "node-workspace"
},
{
"type": "linked-versions",
"components": [
".",
"modules/docsearch",
"modules/language-picker",
"modules/search",
"modules/socials",
"modules/theme-toggle",
"themes/classic",
"themes/pills"
]
}
]
}

0 comments on commit a32964d

Please sign in to comment.