Skip to content

Commit

Permalink
Chore(release): 1.0.4
Browse files Browse the repository at this point in the history
### [1.0.4](v1.0.3...v1.0.4) (2020-09-19)

### Bug Fixes

* Automatic version update was in wrong semantic-release step ([a06e19a](a06e19a))
  • Loading branch information
semantic-release-bot committed Sep 19, 2020
1 parent a06e19a commit 8dfd8e2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion docs/basic-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8dfd8e2

Please sign in to comment.