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 e1f3324 commit 72ecd9dCopy full SHA for 72ecd9d
.github/workflows/release.yml
@@ -7,6 +7,8 @@ name: release-please
7
8
permissions:
9
contents: write
10
+ issues: write
11
+ pull-requests: write
12
packages: write
13
attestations: write
14
id-token: write
@@ -23,6 +25,8 @@ jobs:
23
25
id: release
24
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,6 +1,3 @@
1
{
2
- "releaseType": "ruby",
3
- "changelogPath": "CHANGELOG.md",
4
- "versionFile": "version.rb",
5
"includeComponentInTag": false
6
}
0 commit comments