Skip to content

Commit

Permalink
docs(core): document timestamp format of Release struct (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoIeni authored Mar 13, 2022
1 parent 66f6580 commit d68eb12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-cliff-core/src/release.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pub struct Release<'a> {
/// Commit ID of the tag.
#[serde(rename = "commit_id")]
pub commit_id: Option<String>,
/// Timestamp of the release.
/// Timestamp of the release in seconds, from epoch.
pub timestamp: i64,
/// Previous release.
pub previous: Option<Box<Release<'a>>>,
Expand Down

0 comments on commit d68eb12

Please sign in to comment.