Skip to content

Commit cf3ca62

Browse files
committed
ci(release): add config to release please that removes v in tag names
1 parent 7e90328 commit cf3ca62

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"release-type": "node",
3+
"include-v-in-tag": false
4+
}

.github/workflows/release-please.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ jobs:
1616
- uses: google-github-actions/release-please-action@v4
1717
with:
1818
token: ${{ secrets.RELEASE_PLEASE_PAT_OLIVER }}
19-
release-type: node
19+
config-file: release-please-config.json
20+

0 commit comments

Comments
 (0)