Skip to content

Commit

Permalink
fix: Update README.md (#143)
Browse files Browse the repository at this point in the history
* fix: Update README.md
* Update release-drafter.yml
  • Loading branch information
Jason3S committed May 22, 2022
1 parent 5484644 commit fa9f036
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,18 @@ change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add
version-resolver:
major:
labels:
- "major"
- major
- breaking
minor:
labels:
- "minor"
- minor
- feature
patch:
labels:
- "patch"
- patch
- chore
- fix
- documentation
default: patch
exclude-labels:
- "exclude"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This repository enables using [cspell](https://github.com/streetsidesoftware/csp
# .pre-commit-config.yaml
repos:
- repo: https://github.com/streetsidesoftware/cspell-cli
rev: v5
rev: v6
hooks:
- id: cspell
```
Expand Down

0 comments on commit fa9f036

Please sign in to comment.