Skip to content

Commit

Permalink
Chore(release): 1.1.2
Browse files Browse the repository at this point in the history
### [1.1.2](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](f9be6b4))
  • Loading branch information
semantic-release-bot committed Sep 24, 2020
1 parent f9be6b4 commit 16e1071
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
11 changes: 11 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
8 changes: 4 additions & 4 deletions docs/advanced-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: olivr/[email protected].1
- uses: olivr/[email protected].2
with:
sot_repo: your/repo
destination_repo: other/repo
Expand All @@ -54,7 +54,7 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: olivr/[email protected].1
- uses: olivr/[email protected].2
with:
sot_repo: your/repo
destination_repo: other/repo
Expand All @@ -77,7 +77,7 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: olivr/[email protected].1
- uses: olivr/[email protected].2
with:
workflow: export
custom_config: my.own.copy.bara.sky
Expand All @@ -97,7 +97,7 @@ jobs:
move-code:
runs-on: ubuntu-latest
steps:
- uses: olivr/[email protected].1
- uses: olivr/[email protected].2
with:
workflow: pr
custom_config: my.own.copy.bara.sky
Expand Down
2 changes: 1 addition & 1 deletion docs/basic-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: olivr/[email protected].1
- uses: olivr/[email protected].2
with:
sot_repo: your/repo
destination_repo: other/repo
Expand Down

0 comments on commit 16e1071

Please sign in to comment.