Release Notes Manager
Loading...
Searching...
No Matches
Enums.h
Go to the documentation of this file.
1
7#pragma once
8
13
14enum class ReleaseNoteModes {
15 Short,
16 Full
17};
18
30
38
ReleaseNoteSources
Definition Enums.h:9
CommitTypeMatchResults
Enumeration for the result of matching a commit type (e.g., fix: or fix(GUI):) against any commit typ...
Definition Enums.h:42
CommitTypeInfo
Enumeration for all the info related to commit types.
Definition Enums.h:34
InputErrors
Definition Enums.h:19
@ NoReleaseStartReference
@ NoReleaseNotesSource
@ NoReleaseEndReference
@ IncorrectReleaseNotesMode
@ IncorrectReleaseNotesSource
ReleaseNoteModes
Definition Enums.h:14