Skip to content

Commit 86fdc6c

Browse files
authored
fix version file (#539)
* fix: Copy release config from test-kitchen Signed-off-by: Dan Webb <dan.webb@damacus.io> * fix: Copy test-kitchen config Signed-off-by: Dan Webb <dan.webb@damacus.io> --------- Signed-off-by: Dan Webb <dan.webb@damacus.io>
1 parent 4836686 commit 86fdc6c

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ jobs:
2525
id: release
2626
with:
2727
token: ${{ secrets.PORTER_GITHUB_TOKEN }}
28-
release-type: ruby
29-
include-component-in-tag: false
28+
3029

3130
- name: Checkout
3231
uses: actions/checkout@v5

release-please-config.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
{
2-
"includeComponentInTag": false,
3-
"versionFile": "version.rb"
2+
"packages": {
3+
".": {
4+
"package-name": "haproxy",
5+
"changelog-path": "CHANGELOG.md",
6+
"release-type": "ruby",
7+
"include-component-in-tag": false,
8+
"version-file": "version.rb"
9+
}
10+
},
11+
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
412
}

0 commit comments

Comments
 (0)