Skip to content

Commit

Permalink
Merge pull request #58 from ScottBrenner/patch-2
Browse files Browse the repository at this point in the history
docs(README): Add GitHub Actions to README
  • Loading branch information
Paul Senechko committed Feb 22, 2021
2 parents 7e9ffd6 + 17a2182 commit cde5726
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -108,6 +108,10 @@ The way that I would recommend using this module would be the way it's being use
"release:patch": "changelog -p && git add CHANGELOG.md && git commit -m 'updated CHANGELOG.md' && npm version patch && git push origin && git push origin --tags",
```

### GitHub Actions

You can run this module in a GitHub Actions workflow using the [generate-changelog-action](https://github.com/marketplace/actions/generate-changelog-action) Action.

## Testing

To run the test suite, just clone the repository and run the following:
Expand Down

0 comments on commit cde5726

Please sign in to comment.