Skip to content

Commit

Permalink
chore(master): release 2.2.0 (#64)
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 0fd92a6 commit c671953
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.2"
".": "2.2.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

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


### Features

* add TRAMPOLINE_CONFIG_DIR which can contain a .trampolinerc ([#63](https://github.com/GoogleCloudPlatform/docker-ci-helper/issues/63)) ([0fd92a6](https://github.com/GoogleCloudPlatform/docker-ci-helper/commit/0fd92a6d2296b22f524f085c2170b86b50290764))

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


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.2"
TRAMPOLINE_VERSION="2.2.0"
# x-release-please-end
CURRENT_DIR=$(dirname "${BASH_SOURCE[0]}")

Expand Down

0 comments on commit c671953

Please sign in to comment.