chore: update release-please config for v4 bf69db3e82

This commit is contained in:
koenkk
2023-12-04 19:55:31 +01:00
parent bf69db3e82
commit bbb0ea329c
2 changed files with 2 additions and 3 deletions
-2
View File
@@ -24,10 +24,8 @@ jobs:
id: release
with:
release-type: node
package-name: release-please-action
default-branch: dev
token: ${{secrets.GH_TOKEN}}
include-v-in-tag: false
# Checkout repos
- uses: actions/checkout@v4
+2 -1
View File
@@ -1,4 +1,5 @@
{
".": "1.34.0",
"bootstrap-sha": "7ee207fc0e05f32c9636c0298b48eea1b91ed9e1"
"bootstrap-sha": "7ee207fc0e05f32c9636c0298b48eea1b91ed9e1",
"include-v-in-tag": false
}