Skip to content

Commit

Permalink
fix: ignore when commit is supplied via git hook
Browse files Browse the repository at this point in the history
  • Loading branch information
Coenraad Human committed Jun 4, 2024
1 parent f57d9bd commit 35657df
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,26 @@
<tr>
<td colspan="7"><em><strong>Unreleased</strong></em>
</tr>
<tr>
<td>1.10.3</td>
<td>Fix</td>
<td>Ignore when commit is supplied via git hook.</td>
<td> </td>
<td> </td>
<td><a href="coen.human@gmail.com">Coenraad Human</a></td>
<td><a href="coen.human@gmail.com">Coenraad Human</a></td>
</tr>
<tr>
<td colspan="7"><em><strong>Release: 1.10.2</strong></em></td>
</tr>
<tr>
<td>1.10.2</td>
<td>Documentation</td>
<td>Readme badges and links.</td>
<td> </td>
<td> </td>
<td><a href="coen.human@gmail.com">Coenraad Human</a></td>
<td><a href="noreply@github.com">GitHub</a></td>
<td><a href="coen.human@gmail.com">Coenraad Human</a></td>
</tr>
<tr>
<td>1.10.1</td>
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gib"
version = "1.10.2"
version = "1.10.3"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion src/commands/changelog.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ pub fn run(path: Option<String>, commit_git_hook: Option<String>, scope_filter:
None => {},
}
},
None => todo!(),
None => {},
}

if unreleased_count != 0 {
Expand Down

0 comments on commit 35657df

Please sign in to comment.