diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 94bf29c..7f1be6e 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,14 @@ +### [1.1.2](https://github.com/olivr/copybara-action/compare/v1.1.1...v1.1.2) (2020-09-24) + + +### ⚠ BREAKING CHANGES + +* The input `copybara_options` is now taking space-separated options + +### Bug Fixes + +* Changed some options ([f9be6b4](https://github.com/olivr/copybara-action/commit/f9be6b4018c83c6c5e78a713a3df9dc4f79d4202)) + ### [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/advanced-usage.md b/docs/advanced-usage.md index 12927aa..0c98b8a 100644 --- a/docs/advanced-usage.md +++ b/docs/advanced-usage.md @@ -29,7 +29,7 @@ jobs: - uses: actions/checkout@v2 with: fetch-depth: 0 - - uses: olivr/copybara-action@v1.1.1 + - uses: olivr/copybara-action@v1.1.2 with: sot_repo: your/repo destination_repo: other/repo @@ -54,7 +54,7 @@ jobs: - uses: actions/checkout@v2 with: fetch-depth: 0 - - uses: olivr/copybara-action@v1.1.1 + - uses: olivr/copybara-action@v1.1.2 with: sot_repo: your/repo destination_repo: other/repo @@ -77,7 +77,7 @@ jobs: - uses: actions/checkout@v2 with: fetch-depth: 0 - - uses: olivr/copybara-action@v1.1.1 + - uses: olivr/copybara-action@v1.1.2 with: workflow: export custom_config: my.own.copy.bara.sky @@ -97,7 +97,7 @@ jobs: move-code: runs-on: ubuntu-latest steps: - - uses: olivr/copybara-action@v1.1.1 + - uses: olivr/copybara-action@v1.1.2 with: workflow: pr custom_config: my.own.copy.bara.sky diff --git a/docs/basic-usage.md b/docs/basic-usage.md index 2167edb..46aca6f 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.1 + - uses: olivr/copybara-action@v1.1.2 with: sot_repo: your/repo destination_repo: other/repo