From befd748b35a42ae4aecbacc82571eb7ac76eea91 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 19 Sep 2020 06:36:18 +0000 Subject: [PATCH] Chore(release): 1.0.5 ### [1.0.5](https://github.com/olivr/copybara-action/compare/v1.0.4...v1.0.5) (2020-09-19) ### Bug Fixes * Shell command for automatic version update was buggy ([5c92ba5](https://github.com/olivr/copybara-action/commit/5c92ba557bc6c630a75ba0a5a6b0b49b51fd9a7a)) --- 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 21c1654..d078133 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,10 @@ +### [1.0.5](https://github.com/olivr/copybara-action/compare/v1.0.4...v1.0.5) (2020-09-19) + + +### Bug Fixes + +* Shell command for automatic version update was buggy ([5c92ba5](https://github.com/olivr/copybara-action/commit/5c92ba557bc6c630a75ba0a5a6b0b49b51fd9a7a)) + ### [1.0.4](https://github.com/olivr/copybara-action/compare/v1.0.3...v1.0.4) (2020-09-19) diff --git a/docs/basic-usage.md b/docs/basic-usage.md index ce9445f..9207450 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 + - uses: copybara-action@v1.0.5 with: sot_repo: your/repo destination_repo: other/repo