Skip to content

Commit

Permalink
fix: improve release ci
Browse files Browse the repository at this point in the history
  • Loading branch information
pionxzh committed Mar 13, 2024
1 parent 56e6cef commit 0fd4af8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,3 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v4
with:
include-component-in-tag: true
release-type: node
4 changes: 3 additions & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"pull-request-header": ":robot: I have created a release",
"pull-request-title-pattern": "chore: release${component} ${version}",
"monorepoTags": true,
"release-type": "node",
"include-component-in-tag": true,
"packages": {
".": {
"component": "userscript"
Expand Down

0 comments on commit 0fd4af8

Please sign in to comment.