Skip to content

Commit befd748

Browse files
Chore(release): 1.0.5
### [1.0.5](v1.0.4...v1.0.5) (2020-09-19) ### Bug Fixes * Shell command for automatic version update was buggy ([5c92ba5](5c92ba5))
1 parent 5c92ba5 commit befd748

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### [1.0.5](https://github.com/olivr/copybara-action/compare/v1.0.4...v1.0.5) (2020-09-19)
2+
3+
4+
### Bug Fixes
5+
6+
* Shell command for automatic version update was buggy ([5c92ba5](https://github.com/olivr/copybara-action/commit/5c92ba557bc6c630a75ba0a5a6b0b49b51fd9a7a))
7+
18
### [1.0.4](https://github.com/olivr/copybara-action/compare/v1.0.3...v1.0.4) (2020-09-19)
29

310

docs/basic-usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-latest
2929
steps:
3030
- uses: actions/checkout@v2
31-
- uses: copybara-action@v1
31+
- uses: copybara-action@v1.0.5
3232
with:
3333
sot_repo: your/repo
3434
destination_repo: other/repo

0 commit comments

Comments
 (0)