Skip to content

Commit

Permalink
chore: release (#1558)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Mar 24, 2021
1 parent 9a44cb6 commit f1b206f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"packages/gcf-utils": "7.1.4",
"packages/release-brancher": "1.0.0"
"packages/release-brancher": "1.0.1"
}
8 changes: 8 additions & 0 deletions packages/release-brancher/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

### [1.0.1](https://www.github.com/googleapis/repo-automation-bots/compare/release-brancher-v1.0.0...release-brancher-v1.0.1) (2021-03-24)


### Bug Fixes

* **release-brancher:** add `[@google-cloud](https://www.github.com/google-cloud)` scope to package name ([#1559](https://www.github.com/googleapis/repo-automation-bots/issues/1559)) ([9a44cb6](https://www.github.com/googleapis/repo-automation-bots/commit/9a44cb6eaa753d8ac722143d1e86c1983c5b26c3))
* **release-brancher:** fix build configuration and set private to false ([#1557](https://www.github.com/googleapis/repo-automation-bots/issues/1557)) ([68b34f9](https://www.github.com/googleapis/repo-automation-bots/commit/68b34f9a7de1debf2647d7f856db94e9b072c03f))

## 1.0.0 (2021-03-24)


Expand Down
2 changes: 1 addition & 1 deletion packages/release-brancher/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/release-brancher/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/release-brancher",
"version": "1.0.0",
"version": "1.0.1",
"description": "Cut release branches",
"bin": "./build/src/bin/release-brancher.js",
"author": "Google LLC.",
Expand Down

0 comments on commit f1b206f

Please sign in to comment.