Class Changelogs
- java.lang.Object
-
- com.mooltiverse.oss.nyx.configuration.presets.Changelogs
-
public class Changelogs extends Object
This class provides reusable configuration chunks for changelog configurations.
-
-
Field Summary
Fields Modifier and Type Field Description static ChangelogConfiguration
ANY
The changelog configuration that is suitable when using any commit message conventionstatic ChangelogConfiguration
CONVENTIONAL_COMMITS
The changelog configuration that is suitable when using Conventional Commits as the commit message conventionstatic ChangelogConfiguration
GITMOJI
The changelog configuration that is suitable when using gitmoji as the commit message convention
-
Constructor Summary
Constructors Constructor Description Changelogs()
Default constructor is hidden on purpose.
-
-
-
Field Detail
-
ANY
public static final ChangelogConfiguration ANY
The changelog configuration that is suitable when using any commit message convention
-
CONVENTIONAL_COMMITS
public static final ChangelogConfiguration CONVENTIONAL_COMMITS
The changelog configuration that is suitable when using Conventional Commits as the commit message convention
-
GITMOJI
public static final ChangelogConfiguration GITMOJI
The changelog configuration that is suitable when using gitmoji as the commit message convention
-
-