Skip to content

Commit 77632b2

Browse files
authored
fix(bump): accept lowercase values for bump_type config (#1101)
1 parent f302e43 commit 77632b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

git-cliff-core/src/config.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,7 @@ impl Remote {
252252

253253
/// Version bump type.
254254
#[derive(Debug, Clone, Copy, Serialize, Deserialize, Eq, PartialEq)]
255+
#[serde(rename_all = "lowercase")]
255256
pub enum BumpType {
256257
/// Bump major version.
257258
Major,

0 commit comments

Comments
 (0)