Update README.md
This commit is contained in:
parent
670977ccf7
commit
9b99ef1eda
|
@ -28,6 +28,8 @@ Make sure you use the `actions/checkout@v2` action!
|
||||||
```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:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
with:
|
||||||
tag-prefix: ''
|
tag-prefix: ''
|
||||||
```
|
```
|
||||||
|
@ -36,6 +38,8 @@ Make sure you use the `actions/checkout@v2` action!
|
||||||
```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:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
with:
|
||||||
skip-tag: 'true'
|
skip-tag: 'true'
|
||||||
```
|
```
|
||||||
|
@ -44,6 +48,8 @@ Make sure you use the `actions/checkout@v2` action!
|
||||||
```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:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
with:
|
||||||
default: prerelease
|
default: prerelease
|
||||||
```
|
```
|
||||||
|
@ -52,6 +58,8 @@ Make sure you use the `actions/checkout@v2` action!
|
||||||
```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:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
with:
|
||||||
minor-wording: 'add,Adds,new'
|
minor-wording: 'add,Adds,new'
|
||||||
major-wording: 'MAJOR,cut-major'
|
major-wording: 'MAJOR,cut-major'
|
||||||
|
@ -66,4 +74,5 @@ Make sure you use the `actions/checkout@v2` action!
|
||||||
uses: 'phips28/gh-action-bump-version@master'
|
uses: 'phips28/gh-action-bump-version@master'
|
||||||
env:
|
env:
|
||||||
PACKAGEJSON_DIR: 'frontend'
|
PACKAGEJSON_DIR: 'frontend'
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue