Skip to content

Commit

Permalink
chore(master): release 2.1.2 (#62)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Nov 6, 2024
1 parent 5696833 commit 8ccaae9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.1.1"
".": "2.1.2"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.1.2](https://github.com/GoogleCloudPlatform/docker-ci-helper/compare/v2.1.1...v2.1.2) (2024-11-06)


### Bug Fixes

* only strip the github/repo-name prefix if the file doesn't exist ([#61](https://github.com/GoogleCloudPlatform/docker-ci-helper/issues/61)) ([5696833](https://github.com/GoogleCloudPlatform/docker-ci-helper/commit/56968339dfb9ac962ab6ce02ca5378672149fe7c))

## [2.1.1](https://github.com/GoogleCloudPlatform/docker-ci-helper/compare/v2.1.0...v2.1.1) (2024-11-04)


Expand Down
2 changes: 1 addition & 1 deletion trampoline_v2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
set -euo pipefail

# x-release-please-start-version
TRAMPOLINE_VERSION="2.1.1"
TRAMPOLINE_VERSION="2.1.2"
# x-release-please-end
CURRENT_DIR=$(dirname "${BASH_SOURCE[0]}")

Expand Down

0 comments on commit 8ccaae9

Please sign in to comment.