Release Notes Manager
Loading...
Searching...
No Matches
Enums.h
Go to the documentation of this file.
1
7
#pragma once
8
9
enum class
ReleaseNoteSources
{
10
CommitMessages
,
11
PullRequests
12
};
13
14
enum class
ReleaseNoteModes
{
15
Short
,
16
Full
17
};
18
19
enum class
InputErrors
{
20
IncorrectReleaseNotesSource
,
21
NoReleaseNotesSource
,
22
IncorrectReleaseNotesMode
,
23
NoReleaseNotesMode
,
24
NoGithubToken
,
25
NoReleaseStartReference
,
26
NoReleaseEndReference
,
27
NoPullRequestNumber
,
28
NoGithubRepository
29
};
30
34
enum class
CommitTypeInfo
{
35
ConventionalName
,
36
MarkdownTitle
37
};
38
42
enum class
CommitTypeMatchResults
{
43
MatchWithoutSubCategory
,
44
MatchWithSubCategory
,
45
NoMatch
46
};
ReleaseNoteSources
ReleaseNoteSources
Definition
Enums.h:9
ReleaseNoteSources::CommitMessages
@ CommitMessages
ReleaseNoteSources::PullRequests
@ PullRequests
CommitTypeMatchResults
CommitTypeMatchResults
Enumeration for the result of matching a commit type (e.g., fix: or fix(GUI):) against any commit typ...
Definition
Enums.h:42
CommitTypeMatchResults::MatchWithoutSubCategory
@ MatchWithoutSubCategory
CommitTypeMatchResults::MatchWithSubCategory
@ MatchWithSubCategory
CommitTypeMatchResults::NoMatch
@ NoMatch
CommitTypeInfo
CommitTypeInfo
Enumeration for all the info related to commit types.
Definition
Enums.h:34
CommitTypeInfo::MarkdownTitle
@ MarkdownTitle
CommitTypeInfo::ConventionalName
@ ConventionalName
InputErrors
InputErrors
Definition
Enums.h:19
InputErrors::NoReleaseStartReference
@ NoReleaseStartReference
InputErrors::NoReleaseNotesSource
@ NoReleaseNotesSource
InputErrors::NoPullRequestNumber
@ NoPullRequestNumber
InputErrors::NoGithubRepository
@ NoGithubRepository
InputErrors::NoReleaseEndReference
@ NoReleaseEndReference
InputErrors::IncorrectReleaseNotesMode
@ IncorrectReleaseNotesMode
InputErrors::IncorrectReleaseNotesSource
@ IncorrectReleaseNotesSource
InputErrors::NoReleaseNotesMode
@ NoReleaseNotesMode
InputErrors::NoGithubToken
@ NoGithubToken
ReleaseNoteModes
ReleaseNoteModes
Definition
Enums.h:14
ReleaseNoteModes::Short
@ Short
ReleaseNoteModes::Full
@ Full
Enums.h
Generated by
1.10.0