Skip to content

Commit

Permalink
Merge pull request #5 from tj-actions/update-readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Tonye Jack authored Jul 31, 2020
2 parents 5a1da49 + b9eed52 commit 12421e0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
release:
types: [published]


jobs:
update-version:
runs-on: ubuntu-latest
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@ Update files that reference a project version with a new release number.
echo "Upgraded from ${{ steps.bumpversion.outputs.old_version }} -> ${{ steps.bumpversion.outputs.new_version }}"
```
Real Example Usage: [sample](.github/workflows/release.yml)
* Free software: [MIT license](LICENSE)
Features
Expand Down

0 comments on commit 12421e0

Please sign in to comment.