Skip to content

Commit

Permalink
Merge pull request #5 from Fresa/create-action
Browse files Browse the repository at this point in the history
Update documentation
  • Loading branch information
Fresa authored Apr 15, 2021
2 parents 8e86d4c + 7b421c6 commit 62c0a92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# release-notes-generator
# Semantic Release Notes Generator

A Github Action for [semantic-release/release-notes-generator](https://github.com/semantic-release/release-notes-generator)

Expand Down Expand Up @@ -29,7 +29,6 @@ jobs:
### Inputs
- **github_token** _(required)_ - The Github token used to query this repository.(default: `${{ github.token }}`)
- **version** _(required)_ - The version of the release.
Example: 2.4.0
- **from_ref_exclusive** _(required)_ - The reference where to start gather commits. The referenced commit is not included.
Expand All @@ -46,3 +45,4 @@ jobs:
- heads/master
- master
- 531c800
- **github_token** _(optional)_ - The Github token used to query this repository.(default: `${{ github.token }}`)

0 comments on commit 62c0a92

Please sign in to comment.