Skip to content

Commit 16e1071

Browse files
Chore(release): 1.1.2
### [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))
1 parent f9be6b4 commit 16e1071

File tree

3 files changed

+16
-5
lines changed

3 files changed

+16
-5
lines changed

docs/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
### [1.1.2](https://github.com/olivr/copybara-action/compare/v1.1.1...v1.1.2) (2020-09-24)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* The input `copybara_options` is now taking space-separated options
7+
8+
### Bug Fixes
9+
10+
* Changed some options ([f9be6b4](https://github.com/olivr/copybara-action/commit/f9be6b4018c83c6c5e78a713a3df9dc4f79d4202))
11+
112
### [1.1.1](https://github.com/olivr/copybara-action/compare/v1.1.0...v1.1.1) (2020-09-22)
213

314
## [1.1.0](https://github.com/olivr/copybara-action/compare/v1.0.5...v1.1.0) (2020-09-22)

docs/advanced-usage.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- uses: actions/checkout@v2
3030
with:
3131
fetch-depth: 0
32-
- uses: olivr/[email protected].1
32+
- uses: olivr/[email protected].2
3333
with:
3434
sot_repo: your/repo
3535
destination_repo: other/repo
@@ -54,7 +54,7 @@ jobs:
5454
- uses: actions/checkout@v2
5555
with:
5656
fetch-depth: 0
57-
- uses: olivr/[email protected].1
57+
- uses: olivr/[email protected].2
5858
with:
5959
sot_repo: your/repo
6060
destination_repo: other/repo
@@ -77,7 +77,7 @@ jobs:
7777
- uses: actions/checkout@v2
7878
with:
7979
fetch-depth: 0
80-
- uses: olivr/[email protected].1
80+
- uses: olivr/[email protected].2
8181
with:
8282
workflow: export
8383
custom_config: my.own.copy.bara.sky
@@ -97,7 +97,7 @@ jobs:
9797
move-code:
9898
runs-on: ubuntu-latest
9999
steps:
100-
- uses: olivr/[email protected].1
100+
- uses: olivr/[email protected].2
101101
with:
102102
workflow: pr
103103
custom_config: my.own.copy.bara.sky

docs/basic-usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- uses: actions/checkout@v2
3636
with:
3737
fetch-depth: 0
38-
- uses: olivr/[email protected].1
38+
- uses: olivr/[email protected].2
3939
with:
4040
sot_repo: your/repo
4141
destination_repo: other/repo

0 commit comments

Comments
 (0)