Update README.md

This commit is contained in:
bootsie123 2020-10-22 16:29:43 -04:00 committed by GitHub
parent ca5a78cf0b
commit c38bf930cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -40,6 +40,14 @@ Make sure you use the `actions/checkout@v2` action!
skip-tag: 'true'
```
**default:** Set a default version bump to use (optional - defaults to patch). Example:
```yaml
- name: 'Automated Version Bump'
uses: 'phips28/gh-action-bump-version@master'
with:
default: prerelease
```
**wording:** Customize the messages that trigger the version bump. It must be a string, case sensitive, coma separated (optional). Example:
```yaml
- name: 'Automated Version Bump'