diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 7f1be6e..2abad24 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,25 @@ +## [1.2.0](https://github.com/olivr/copybara-action/compare/v1.1.2...v1.2.0) (2020-10-01) + + +### ⚠ BREAKING CHANGES + +* Several inputs and their formats have changed + +### Features + +* Add move and replace transformations ([e14a1e1](https://github.com/olivr/copybara-action/commit/e14a1e1f2f03313e185a7ae1074ff1d8773fff40)) + + +### Bug Fixes + +* Fix PR flow on pull_request_target ([ee5bd2a](https://github.com/olivr/copybara-action/commit/ee5bd2a5a42145b9200eed98134c8ba4219fd22b)) +* Fix PR flow on pull_request_target ([4049d86](https://github.com/olivr/copybara-action/commit/4049d86a6564a5e5ac451706590e61674d83151d)) +* Fix PR flow on pull_request_target ([35aa552](https://github.com/olivr/copybara-action/commit/35aa55297ccd219f1829bb12cef8919bbd60a46d)) +* In/exclude_files should play well with make_root_path ([9f1d025](https://github.com/olivr/copybara-action/commit/9f1d025a53044f39db9f2a8ff258f4b86602f38c)) + + +* Changed structure of inputs and internal code ([095d67b](https://github.com/olivr/copybara-action/commit/095d67b992915d34076a2956fbcca633f9e9596a)) + ### [1.1.2](https://github.com/olivr/copybara-action/compare/v1.1.1...v1.1.2) (2020-09-24) diff --git a/docs/advanced-usage.md b/docs/advanced-usage.md index b6fd300..26b17be 100644 --- a/docs/advanced-usage.md +++ b/docs/advanced-usage.md @@ -34,7 +34,7 @@ jobs: with: fetch-depth: 0 - - uses: olivr/copybara-action@v1.1.2 + - uses: olivr/copybara-action@v1.2.0 with: ssh_key: ${{ secrets.SSH_KEY }} sot_repo: your/repo @@ -63,7 +63,7 @@ jobs: with: fetch-depth: 0 - - uses: olivr/copybara-action@v1.1.2 + - uses: olivr/copybara-action@v1.2.0 with: access_token: ${{ secrets.GH_TOKEN }} ssh_key: ${{ secrets.SSH_KEY }} @@ -90,7 +90,7 @@ jobs: with: fetch-depth: 0 - - uses: olivr/copybara-action@v1.1.2 + - uses: olivr/copybara-action@v1.2.0 with: access_token: ${{ secrets.GH_TOKEN }} ssh_key: ${{ secrets.SSH_KEY }} @@ -112,7 +112,7 @@ jobs: move-code: runs-on: ubuntu-latest steps: - - uses: olivr/copybara-action@v1.1.2 + - uses: olivr/copybara-action@v1.2.0 with: ssh_key: ${{ secrets.SSH_KEY }} workflow: pr diff --git a/docs/basic-usage.md b/docs/basic-usage.md index c5790c5..3105db5 100644 --- a/docs/basic-usage.md +++ b/docs/basic-usage.md @@ -36,7 +36,7 @@ jobs: with: fetch-depth: 0 - - uses: olivr/copybara-action@v1.1.2 + - uses: olivr/copybara-action@v1.2.0 with: ssh_key: ${{ secrets.SSH_KEY }} access_token: ${{ secrets.GH_TOKEN }} @@ -60,7 +60,7 @@ jobs: with: fetch-depth: 0 - - uses: olivr/copybara-action@v1.1.2 + - uses: olivr/copybara-action@v1.2.0 with: ssh_key: ${{ secrets.SSH_KEY }} access_token: ${{ secrets.GH_TOKEN }} @@ -91,7 +91,7 @@ jobs: with: fetch-depth: 0 - - uses: olivr/copybara-action@v1.1.2 + - uses: olivr/copybara-action@v1.2.0 with: ssh_key: ${{ secrets.SSH_KEY }} access_token: ${{ secrets.GH_TOKEN }} @@ -165,7 +165,7 @@ jobs: with: fetch-depth: 0 - - uses: olivr/copybara-action@v1.1.2 + - uses: olivr/copybara-action@v1.2.0 with: access_token: ${{ secrets.GH_TOKEN }} ssh_key: ${{ secrets.SSH_KEY }}