From 23727ef1c849e43bfe81ac89bc60274a9ac8563f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 22 Sep 2020 10:48:31 +0000 Subject: [PATCH] Chore(release): 1.1.1 ### [1.1.1](https://github.com/olivr/copybara-action/compare/v1.1.0...v1.1.1) (2020-09-22) --- docs/CHANGELOG.md | 2 ++ docs/basic-usage.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 7440c88..94bf29c 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,5 @@ +### [1.1.1](https://github.com/olivr/copybara-action/compare/v1.1.0...v1.1.1) (2020-09-22) + ## [1.1.0](https://github.com/olivr/copybara-action/compare/v1.0.5...v1.1.0) (2020-09-22) diff --git a/docs/basic-usage.md b/docs/basic-usage.md index 1efc7a2..7adc95f 100644 --- a/docs/basic-usage.md +++ b/docs/basic-usage.md @@ -35,7 +35,7 @@ jobs: - uses: actions/checkout@v2 with: fetch-depth: 0 - - uses: olivr/copybara-action@v1.1.0 + - uses: olivr/copybara-action@v1.1.1 with: sot_repo: your/repo destination_repo: other/repo