Skip to content

Commit

Permalink
Spelling (#6)
Browse files Browse the repository at this point in the history
* Fixes spelling of property in README

* Removes extra line
  • Loading branch information
dangoslen authored Apr 26, 2020
1 parent ba07647 commit 6125f30
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
* Pending <major>.<minor>.<patch>
* Change

* v1.0.1
* Fixes spelling of `skipLabel` property in `README.md`
* v1.0.0
* Adds updates to the `README.md` and `action.yaml` to prepare to the GitHub marketplace
* v0.1.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: dangoslen/[email protected]
with:
changeLogPath: 'CHANGELOG.md'
skipLable: 'Skip-Changelog'
skipLabel: 'Skip-Changelog'
```

### Properties
Expand Down
1 change: 0 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: 'Changelog Enforcer'
author: '@dangoslen'

description: 'Enforces a repository changelog to be kept up to date.'
inputs:
changeLogPath: # id of input
Expand Down

0 comments on commit 6125f30

Please sign in to comment.