Skip to content

Commit

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

---
gcf-utils: 7.1.4
### [7.1.4](https://www.github.com/googleapis/repo-automation-bots/compare/gcf-utils-v7.1.3...gcf-utils-v7.1.4) (2021-03-24)


### Bug Fixes

* **deps:** update dependency @octokit/plugin-enterprise-compatibility to v1.2.10 ([#1518](https://www.github.com/googleapis/repo-automation-bots/issues/1518)) ([6e6d40b](https://www.github.com/googleapis/repo-automation-bots/commit/6e6d40b2eed46ee13e9272654a3097f81a83ee8f))
---


---
release-brancher: 1.0.0
## 1.0.0 (2021-03-24)


### Features

* add CLI project for automating the creation on release branches ([#1505](https://www.github.com/googleapis/repo-automation-bots/issues/1505)) ([3f5dfc4](https://www.github.com/googleapis/repo-automation-bots/commit/3f5dfc49d2f7f5cb90c90838d84d630f63c3e4f5))
---


This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
release-please[bot] authored Mar 24, 2021
1 parent b38dc1e commit f007a9d
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"packages/gcf-utils": "7.1.3"
}
"packages/gcf-utils": "7.1.4",
"packages/release-brancher": "1.0.0"
}
7 changes: 7 additions & 0 deletions packages/gcf-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



### [7.1.4](https://www.github.com/googleapis/repo-automation-bots/compare/gcf-utils-v7.1.3...gcf-utils-v7.1.4) (2021-03-24)


### Bug Fixes

* **deps:** update dependency @octokit/plugin-enterprise-compatibility to v1.2.10 ([#1518](https://www.github.com/googleapis/repo-automation-bots/issues/1518)) ([6e6d40b](https://www.github.com/googleapis/repo-automation-bots/commit/6e6d40b2eed46ee13e9272654a3097f81a83ee8f))

### [7.1.3](https://www.github.com/googleapis/repo-automation-bots/compare/v7.1.2...v7.1.3) (2021-03-01)


Expand Down
2 changes: 1 addition & 1 deletion 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": "7.1.3",
"version": "7.1.4",
"description": "An extension for running Probot in Google Cloud Functions",
"scripts": {
"compile": "tsc -p .",
Expand Down
8 changes: 8 additions & 0 deletions packages/release-brancher/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## 1.0.0 (2021-03-24)


### Features

* add CLI project for automating the creation on release branches ([#1505](https://www.github.com/googleapis/repo-automation-bots/issues/1505)) ([3f5dfc4](https://www.github.com/googleapis/repo-automation-bots/commit/3f5dfc49d2f7f5cb90c90838d84d630f63c3e4f5))

0 comments on commit f007a9d

Please sign in to comment.