diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 85740d1..21c1654 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,10 @@ +### [1.0.4](https://github.com/olivr/copybara-action/compare/v1.0.3...v1.0.4) (2020-09-19) + + +### Bug Fixes + +* Automatic version update was in wrong semantic-release step ([a06e19a](https://github.com/olivr/copybara-action/commit/a06e19a0704758cfce5baa0c92d430efb693078c)) + ### [1.0.3](https://github.com/olivr/copybara-action/compare/v1.0.2...v1.0.3) (2020-09-19) diff --git a/docs/basic-usage.md b/docs/basic-usage.md index 4640628..02d6852 100644 --- a/docs/basic-usage.md +++ b/docs/basic-usage.md @@ -28,7 +28,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: olivr/copybara-action@v1 + - uses: olivr/1.0.4 with: sot_repo: your/repo destination_repo: other/repo