Skip to content

Commit

Permalink
chore: release main (#5197)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


<details><summary>gcf-utils: 15.0.0</summary>

##
[15.0.0](gcf-utils-v14.4.6...gcf-utils-v15.0.0)
(2023-09-12)


### ⚠ BREAKING CHANGES

* require node 18
* remove `addOrUpdateIssueComment` which is moved to issue-utils.

### Features

* remove `addOrUpdateIssueComment` which is moved to issue-utils.
([057125e](057125e))
* require node 18
([057125e](057125e))
</details>

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Sep 12, 2023
1 parent af8354e commit 530d318
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": "3.2.2",
"packages/datastore-lock": "4.1.0",
"packages/flakybot": "1.2.0",
"packages/gcf-utils": "14.4.6",
"packages/gcf-utils": "15.0.0",
"packages/git-file-utils": "1.2.6",
"packages/issue-utils": "2.1.2",
"packages/label-utils": "3.0.2",
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



## [15.0.0](https://github.com/googleapis/repo-automation-bots/compare/gcf-utils-v14.4.6...gcf-utils-v15.0.0) (2023-09-12)


### ⚠ BREAKING CHANGES

* require node 18
* remove `addOrUpdateIssueComment` which is moved to issue-utils.

### Features

* remove `addOrUpdateIssueComment` which is moved to issue-utils. ([057125e](https://github.com/googleapis/repo-automation-bots/commit/057125e0fe11d6a6b6b2498e27a1cdb87b404593))
* require node 18 ([057125e](https://github.com/googleapis/repo-automation-bots/commit/057125e0fe11d6a6b6b2498e27a1cdb87b404593))

## [14.4.6](https://github.com/googleapis/repo-automation-bots/compare/gcf-utils-v14.4.5...gcf-utils-v14.4.6) (2023-01-12)


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": "14.4.6",
"version": "15.0.0",
"description": "An extension for running Probot in Google Cloud Functions",
"scripts": {
"compile": "tsc -p .",
Expand Down

0 comments on commit 530d318

Please sign in to comment.