Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Nov 25, 2024
1 parent 2bbb00c commit fd37de0
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages/cron-utils": "5.0.0",
"packages/datastore-lock": "6.0.0",
"packages/flakybot": "1.2.2",
"packages/gcf-utils": "16.1.1",
"packages/gcf-utils": "16.2.0",
"packages/git-file-utils": "2.0.0",
"packages/issue-utils": "4.0.0",
"packages/label-utils": "5.0.0",
Expand Down
13 changes: 13 additions & 0 deletions packages/gcf-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



## [16.2.0](https://github.com/googleapis/repo-automation-bots/compare/gcf-utils-v16.1.1...gcf-utils-v16.2.0) (2024-11-25)


### Features

* allow overriding the service account for background tasks ([4667a4e](https://github.com/googleapis/repo-automation-bots/commit/4667a4e5a9989bafdc1699741b916dca8983a9bf))
* handle BOT_NAME and BOT_LOCATION configuration via env ([#5583](https://github.com/googleapis/repo-automation-bots/issues/5583)) ([2bbb00c](https://github.com/googleapis/repo-automation-bots/commit/2bbb00c155f1eebfd55395964f105b1dd1742dcb))


### Bug Fixes

* ensure that Cloud Function URL uses underscored name of bot ([2bbb00c](https://github.com/googleapis/repo-automation-bots/commit/2bbb00c155f1eebfd55395964f105b1dd1742dcb))

## [16.1.1](https://github.com/googleapis/repo-automation-bots/compare/gcf-utils-v16.1.0...gcf-utils-v16.1.1) (2024-10-24)


Expand Down
4 changes: 2 additions & 2 deletions packages/gcf-utils/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/gcf-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gcf-utils",
"version": "16.1.1",
"version": "16.2.0",
"description": "An extension for running Probot in Google Cloud Functions",
"scripts": {
"compile": "tsc -p .",
Expand Down

0 comments on commit fd37de0

Please sign in to comment.