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 Sep 11, 2023
1 parent 057125e commit e12e061
Show file tree
Hide file tree
Showing 6 changed files with 207 additions and 6 deletions.
5 changes: 3 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@
"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",
"packages/mono-repo-publish": "1.7.0",
"packages/object-selector": "3.0.2",
"packages/release-brancher": "1.3.3"
"packages/release-brancher": "1.3.3",
".": "1.0.0"
}
186 changes: 186 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@
"gaxios": "^5.0.0",
"smee-client": "^1.1.0",
"@google-cloud/mono-repo-publish": "^1.0.0"
}
},
"version": "1.0.0"
}
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-11)


### ⚠ 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 e12e061

Please sign in to comment.