Skip to content

Commit 205093c

Browse files
committed
ci: enforce v-prefixed release tags
1 parent 3fabc17 commit 205093c

3 files changed

Lines changed: 19 additions & 1 deletion

File tree

.github/workflows/release-please.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ jobs:
3333
- uses: googleapis/release-please-action@v4
3434
id: release
3535
with:
36-
release-type: node
36+
config-file: release-please-config.json
37+
manifest-file: .release-please-manifest.json
3738

3839
publish:
3940
needs: release-please

.release-please-manifest.json

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

release-please-config.json

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

0 commit comments

Comments
 (0)