Merge pull request #23 from dfantonio/improved_documentation
Improved readability
This commit is contained in:
commit
ff1fa1824e
16
README.md
16
README.md
|
@ -25,15 +25,15 @@ Make sure you use the `actions/checkout@v2` action!
|
||||||
### Usage:
|
### Usage:
|
||||||
**tag-prefix:** Prefix that is used for the git tag (optional). Example:
|
**tag-prefix:** Prefix that is used for the git tag (optional). Example:
|
||||||
```yaml
|
```yaml
|
||||||
- name: 'Automated Version Bump'
|
- name: 'Automated Version Bump'
|
||||||
uses: 'phips28/gh-action-bump-version@master'
|
uses: 'phips28/gh-action-bump-version@master'
|
||||||
with:
|
with:
|
||||||
tag-prefix: ''
|
tag-prefix: ''
|
||||||
```
|
```
|
||||||
**PACKAGEJSON_DIR:** Param to parse the location of the desired package.json (optional). Example:
|
**PACKAGEJSON_DIR:** Param to parse the location of the desired package.json (optional). Example:
|
||||||
```yaml
|
```yaml
|
||||||
- name: 'Automated Version Bump'
|
- name: 'Automated Version Bump'
|
||||||
uses: 'phips28/gh-action-bump-version@master'
|
uses: 'phips28/gh-action-bump-version@master'
|
||||||
env:
|
env:
|
||||||
PACKAGEJSON_DIR: 'frontend'
|
PACKAGEJSON_DIR: 'frontend'
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue