fix: improve release ci

This commit is contained in:
Pionxzh
2024-03-14 03:32:37 +08:00
parent 56e6cef513
commit 0fd4af8995
2 changed files with 3 additions and 4 deletions

View File

@@ -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

View File

@@ -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"