From 338724743069b28f39faf511999d00107604002b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 22 Sep 2020 09:30:46 +0000 Subject: [PATCH] Chore(release): 1.1.0 ## [1.1.0](https://github.com/olivr/copybara-action/compare/v1.0.5...v1.1.0) (2020-09-22) ### Features * Add custom config input ([a4d2886](https://github.com/olivr/copybara-action/commit/a4d288690526d10e45631ad77121276a9667e6ad)) --- docs/CHANGELOG.md | 7 +++++++ docs/basic-usage.md | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index d078133..7440c88 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.0](https://github.com/olivr/copybara-action/compare/v1.0.5...v1.1.0) (2020-09-22) + + +### Features + +* Add custom config input ([a4d2886](https://github.com/olivr/copybara-action/commit/a4d288690526d10e45631ad77121276a9667e6ad)) + ### [1.0.5](https://github.com/olivr/copybara-action/compare/v1.0.4...v1.0.5) (2020-09-19) diff --git a/docs/basic-usage.md b/docs/basic-usage.md index 9207450..5900009 100644 --- a/docs/basic-usage.md +++ b/docs/basic-usage.md @@ -28,7 +28,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: copybara-action@v1.0.5 + - uses: copybara-action@v1.1.0 with: sot_repo: your/repo destination_repo: other/repo