Skip to content

Commit

Permalink
chore: update release-please to v4 (#2581)
Browse files Browse the repository at this point in the history
Should give more verbose info on the current problem with:

> commit could not be parsed: b36ddc9
fix: handle no docker auth and log only a warning when getting auth
credentials fails (#2579)

As per googleapis/release-please#2298

---------

Co-authored-by: Tedi Mitiku <tedi.m52@gmail.com>
  • Loading branch information
skylenet and tedim52 authored Oct 31, 2024
1 parent b36ddc9 commit 121ec10
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,10 @@ jobs:
runs-on: ubuntu-latest
if: github.repository == 'kurtosis-tech/kurtosis'
steps:
- uses: google-github-actions/release-please-action@v3
- uses: googleapis/release-please-action@v4
with:
# We use the RELEASER_TOKEN so that the GitHub Actions
# can run on the PR created
# https://github.com/kurtosis-tech/kurtosis/issues/688
token: "${{ secrets.RELEASER_TOKEN }}"
release-type: simple
package-name: kurtosis
bump-minor-pre-major: false
bump-patch-for-minor-pre-major: false
# Our CI, Docker Images, Kurtosis-SDK bumps all depend on
# non v tags
include-v-in-tag: false
10 changes: 10 additions & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"packages": {
".": {
"package-name": "kurtosis",
"bump-minor-pre-major": false,
"bump-path-for-minor-pre-major": false,
"include-v-in-tag": false
}
}
}

0 comments on commit 121ec10

Please sign in to comment.