Skip to content

Commit

Permalink
ci: update Release Please configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
greatislander committed May 6, 2024
1 parent 545a314 commit b354e45
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,3 @@ jobs:
id: release
with:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: node
package-name: "@community-led-design/kit"
pull-request-title-pattern: "chore(release): release${component} ${version}"
3 changes: 3 additions & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
".": "2.1.1"
}
14 changes: 14 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"changelog-path": "CHANGELOG.md",
"release-type": "node",
"bump-minor-pre-major": false,
"bump-patch-for-minor-pre-major": false,
"draft": false,
"prerelease": false,
"packages": {
".": {
"include-component-in-tag": false
}
},
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
}

0 comments on commit b354e45

Please sign in to comment.