Skip to content

Commit

Permalink
Merge pull request #99 from Songmu/doc
Browse files Browse the repository at this point in the history
update docs
  • Loading branch information
Songmu authored Sep 17, 2022
2 parents 66cbbda + 755067d commit a7e211f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tagpr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
tagpr
env:
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
- uses: haya14busa/action-update-semver
- uses: haya14busa/action-update-semver@v1
if: "!steps.tagpr.outputs.tag != ''"
with:
tag: ${{ steps.tagpr.outputs.tag }}
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ If you do not want to use versioning files but only git tags, specify the "-" st
You can specify multiple version files by comma separated strings.

### tagpr.vPrefix
Flag whether or not v-prefix is added to semver when git tagging. (e.g. v1.2.3 if true)
Flag whether or not v-prefix is added to semver when git tagging. (e.g. v1.2.3 if true)
This is only a tagging convention, not how it is described in the version file.

### tagpr.changelog (Optional)
Expand All @@ -85,7 +85,7 @@ Command to change files just before release.
Pull request template in go template format

### tagpr.release (Optional)
GitHub Release creation behavior after tagging `[yes, draft, no]`
GitHub Release creation behavior after tagging `[true, draft, false]`
If this value is not set, the release is to be created.

## Author
Expand Down

0 comments on commit a7e211f

Please sign in to comment.