Merge pull request #304 from christian-draeger/patch-1

Add 'Increment Semantic Version' to utilities list
This commit is contained in:
Gary Ewan Park 2020-01-19 20:24:00 +00:00 committed by GitHub
commit 66100edc4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -200,6 +200,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
- [Get latest SemVer and branch name given a search string](https://github.com/jessicalostinspace/github-action-get-regex-branch)
- [Cut Release Branch](https://github.com/jessicalostinspace/cut-release-action) - Cuts a release branch given a branch prefix and optional semantic version.
- [Generate terraform documentation](https://github.com/Dirrk/terraform-docs) - Uses terraform-docs to generate docs for terraform modules.
- [Increment Semantic Version](https://github.com/christian-draeger/increment-semantic-version) - Bump a given semantic version (SemVer), depending on given release type.
### Testing and Linting