-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: create tag name regex option for more precise changelogs
- Loading branch information
1 parent
a0795a1
commit e4b25b2
Showing
5 changed files
with
55 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
[![version](https://img.shields.io/badge/version-1.0.4-yellow.svg)](https://semver.org) | ||
[![version](https://img.shields.io/badge/version-1.0.5-yellow.svg)](https://semver.org) | ||
|
||
### :pencil2: :page_with_curl: Conventional Commit Changelog Generator (GitHub Action) | ||
|
||
|
@@ -9,17 +9,18 @@ The changelog is accessible as action output available to other actions via [out | |
## Example usage | ||
|
||
```yaml | ||
uses: Helmisek/[email protected].4 | ||
uses: Helmisek/[email protected].5 | ||
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
``` | ||
## Inputs | ||
| Name | Description | Required | Example | | ||
| --------------- | -------------------------------- | -------- | ----------------------------- | | ||
| `commit-types` | Commit -> changelog mapping | Yes | `feat:Features,bug:Bug Fixes` | | ||
| `template-path` | Path to a custom template to use | No | `CHANGELOG.tpl.md` | | ||
| Name | Description | Required | Example | | ||
| --------------- | ------------------------------------ | -------- | ----------------------------- | | ||
| `commit-types` | Commit -> changelog mapping | Yes | `feat:Features,bug:Bug Fixes` | | ||
| `template-path` | Path to a custom template to use | No | `CHANGELOG.tpl.md` | | ||
| `tag-regex` | A custom regex to filter versions by | No | `internal` | | ||
|
||
## Outputs | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters