Skip to content

Commit d5ae4a0

Browse files
committed
fix(release): Fix azureDevops/azure_devops serialization/deserialization mismatch
1 parent 21c8d3e commit d5ae4a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

git-cliff-core/src/release.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ pub struct Release<'a> {
6161
pub bitbucket: RemoteReleaseMetadata,
6262
/// Contributors.
6363
#[cfg(feature = "azure_devops")]
64+
#[serde(rename = "azure_devops")]
6465
pub azure_devops: RemoteReleaseMetadata,
6566
}
6667

0 commit comments

Comments
 (0)