Skip to content

Commit 4aed113

Browse files
authored
fix: release please bootstrap config (#8)
1 parent 9dbfaeb commit 4aed113

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: release-please
2+
23
on:
34
push:
45
branches:
@@ -16,7 +17,7 @@ jobs:
1617
- uses: googleapis/release-please-action@v4
1718
id: release
1819
with:
19-
release-type: go
20+
token: ${{ secrets.GITHUB_TOKEN }}
2021

2122
- name: Checkout
2223
if: ${{ steps.release.outputs.release_created }}

release-please-config.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
{
22
"release-type": "simple",
33
"bootstrap-sha": "bf3abb17cdec29f7651f656a7c151e4814ce6140",
4+
"skip-github-release": false,
5+
"draft": false,
6+
"prerelease": false,
47
"packages": {
58
".": {
69
"version-file": "VERSION",
710
"package-name": "ruby-extension-go",
811
"include-component-in-tag": false,
9-
"tag-separator": "",
10-
"include-v-in-tag": true
12+
"tag-separator": ""
1113
}
1214
}
1315
}

0 commit comments

Comments
 (0)