Skip to content

Commit

Permalink
Updates docs and prepares for merge
Browse files Browse the repository at this point in the history
  • Loading branch information
jessehouwing committed Oct 30, 2023
1 parent 20ae342 commit fd2bbc1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/action-semver-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ jobs:
with:
fetch-depth: 0

- uses: jessehouwing/actions-semver-checker@features/confgurableminor
- uses: jessehouwing/actions-semver-checker@main
with:
check-minor-version: true

- uses: jessehouwing/actions-semver-checker@features/confgurableminor
with:
check-minor-version: false
check-minor-version: true
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ ERROR: Version: v1.0.0 does not exist and must match: v1 ref f43a0e5ff2bd2940956
fetch-depth: 0

- uses: jessehouwing/actions-semver-checker@v1
with:
# Configures warnings for minor versions.
# Default: true
warn-minor-version: ''
```
[Example workflow](https://github.com/jessehouwing/actions-semver-checker/blob/main/.github/workflows/action-semver-checker.yml):
Expand All @@ -47,6 +51,8 @@ jobs:
fetch-depth: 0

- uses: jessehouwing/actions-semver-checker@v1
with:
warn-minor-version: true
```
# Future updates
Expand Down

0 comments on commit fd2bbc1

Please sign in to comment.