![]() |
Release Notes Manager
|
This file contains all the enums used in the whole program. More...
Go to the source code of this file.
Enumerations | |
enum class | ReleaseNoteSources { CommitMessages , PullRequests } |
enum class | ReleaseNoteModes { Short , Full } |
enum class | InputErrors { IncorrectReleaseNotesSource , NoReleaseNotesSource , IncorrectReleaseNotesMode , NoReleaseNotesMode , NoGithubToken , NoReleaseStartReference , NoReleaseEndReference , NoPullRequestNumber , NoGithubRepository } |
enum class | CommitTypeInfo { ConventionalName , MarkdownTitle } |
Enumeration for all the info related to commit types. More... | |
enum class | CommitTypeMatchResults { MatchWithoutSubCategory , MatchWithSubCategory , NoMatch } |
Enumeration for the result of matching a commit type (e.g., fix: or fix(GUI):) against any commit type (fix, feat, etc.) More... | |
This file contains all the enums used in the whole program.
|
strong |
Enumeration for all the info related to commit types.
|
strong |
Enumeration for the result of matching a commit type (e.g., fix: or fix(GUI):) against any commit type (fix, feat, etc.)
|
strong |
|
strong |
|
strong |
Enumerator | |
---|---|
CommitMessages | |
PullRequests |