Skip to content

Commit 20abdea

Browse files
committed
chore: upgrade to release-please v4
1 parent 28cb20c commit 20abdea

File tree

3 files changed

+14
-11
lines changed

3 files changed

+14
-11
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,6 @@ on:
55
branches:
66
- 'master'
77
workflow_dispatch:
8-
inputs:
9-
release-as:
10-
description: 'Force a specific version (e.g., "3.6.0"). Leave empty for auto-detect.'
11-
required: false
12-
type: string
13-
default: ''
148

159
jobs:
1610
release:
@@ -28,15 +22,11 @@ jobs:
2822
- run: npm ci
2923

3024
- name: Release PR
31-
uses: google-github-actions/release-please-action@v3
25+
uses: googleapis/release-please-action@v4
3226
id: release
3327
with:
3428
token: ${{ secrets.BOT_TOKEN }}
3529
release-type: node
36-
default-branch: master
37-
package-name: cloudinary-video-player
38-
include-v-in-tag: true
39-
release-as: ${{ inputs.release-as || '' }}
4030

4131
publish:
4232
needs: release

.release-please-manifest.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
".": "3.5.2"
3+
}

release-please-config.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
3+
"release-type": "node",
4+
"include-v-in-tag": true,
5+
"packages": {
6+
".": {
7+
"package-name": "cloudinary-video-player"
8+
}
9+
}
10+
}

0 commit comments

Comments
 (0)