Skip to content

Commit

Permalink
Chore(release): 1.2.0
Browse files Browse the repository at this point in the history
## [1.2.0](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](e14a1e1))

### Bug Fixes

* Fix PR flow on pull_request_target ([ee5bd2a](ee5bd2a))
* Fix PR flow on pull_request_target ([4049d86](4049d86))
* Fix PR flow on pull_request_target ([35aa552](35aa552))
* In/exclude_files should play well with make_root_path ([9f1d025](9f1d025))

* Changed structure of inputs and internal code ([095d67b](095d67b))
  • Loading branch information
semantic-release-bot committed Oct 1, 2020
1 parent ee5bd2a commit 942b42b
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 8 deletions.
22 changes: 22 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
8 changes: 4 additions & 4 deletions docs/advanced-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 }}
Expand All @@ -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 }}
Expand All @@ -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
Expand Down
8 changes: 4 additions & 4 deletions docs/basic-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit 942b42b

Please sign in to comment.