-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update release-please to v4 (#2581)
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
Showing
2 changed files
with
11 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} | ||
} | ||
} |