Skip to content

Commit

Permalink
docs(README.md): fix typo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rdylanwalker authored and esatterwhite committed Feb 26, 2024
1 parent 692e1aa commit 700e2f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ String template will be passed these
| `git_sha` | The commit SHA of the current release | [String][] |
| `git_tag` | The git tag of the current release | [String][] |
| `release_type` | The severity type of the current build (`major`, `minor`, `patch`) | [String][] |
| `relase_notes` | The release notes blob associated with the release | [String][] |
| `release_notes`| The release notes blob associated with the release | [String][] |
| `next` | Semver object representing the next release | [Object][] |
| `previous` | Semver object representing the previous release | [Object][] |
| `major` | The major version of the next release | [Number][] |
Expand Down

0 comments on commit 700e2f0

Please sign in to comment.