mirror of
https://github.com/pionxzh/chatgpt-exporter.git
synced 2026-09-21 13:37:42 -05:00
fix: improve release ci
This commit is contained in:
@@ -10,6 +10,3 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: google-github-actions/release-please-action@v4
|
- uses: google-github-actions/release-please-action@v4
|
||||||
with:
|
|
||||||
include-component-in-tag: true
|
|
||||||
release-type: node
|
|
||||||
|
|||||||
@@ -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-header": ":robot: I have created a release",
|
||||||
"pull-request-title-pattern": "chore: release${component} ${version}",
|
"pull-request-title-pattern": "chore: release${component} ${version}",
|
||||||
"monorepoTags": true,
|
"release-type": "node",
|
||||||
|
"include-component-in-tag": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
".": {
|
".": {
|
||||||
"component": "userscript"
|
"component": "userscript"
|
||||||
|
|||||||
Reference in New Issue
Block a user