We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4836686 commit 86fdc6cCopy full SHA for 86fdc6c
.github/workflows/release.yml
@@ -25,8 +25,7 @@ jobs:
25
id: release
26
with:
27
token: ${{ secrets.PORTER_GITHUB_TOKEN }}
28
- release-type: ruby
29
- include-component-in-tag: false
+
30
31
- name: Checkout
32
uses: actions/checkout@v5
release-please-config.json
@@ -1,4 +1,12 @@
1
{
2
- "includeComponentInTag": false,
3
- "versionFile": "version.rb"
+ "packages": {
+ ".": {
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"
12
}
0 commit comments