Skip to content

Commit

Permalink
Chore: Try to fix release-please config
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelveldt committed Nov 21, 2024
1 parent 2de8c77 commit 5c5cbd1
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/.release-please-config-stable.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"include-v-in-tag": false,
"prerelease": false,
"packages": {
".": {
"draft": true
}
".": {}
}
}
8 changes: 7 additions & 1 deletion .github/workflows/.release-please-manifest-dev.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
{
".": "2.4.0b2"
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"include-v-in-tag": false,
"prerelease": true,
"versioning": "prerelease",
"packages": {
".": {}
}
}
1 change: 1 addition & 0 deletions .github/workflows/release-please-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: simple
target-branch: ${{ github.ref_name }}
manifest-file: .github/workflows/.release-please-manifest-dev.json
config-file: .github/workflows/.release-please-config-dev.json
1 change: 1 addition & 0 deletions .github/workflows/release-please-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: simple
target-branch: ${{ github.ref_name }}
manifest-file: .github/workflows/.release-please-manifest-stable.json
config-file: .github/workflows/.release-please-config-stable.json

0 comments on commit 5c5cbd1

Please sign in to comment.