fix(crate): initial pr always included the entire changelog
Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
@@ -149,7 +149,8 @@ impl ReleaseCommandHandler {
|
||||
owner,
|
||||
repository,
|
||||
&next_version.to_string(),
|
||||
&changelog_last_changes.unwrap(),
|
||||
&changelog_last_changes
|
||||
.ok_or(anyhow::anyhow!("could not get the latest changes"))?,
|
||||
existing_pr,
|
||||
)?
|
||||
} else {
|
||||
@@ -164,7 +165,8 @@ impl ReleaseCommandHandler {
|
||||
owner,
|
||||
repository,
|
||||
&next_version.to_string(),
|
||||
&changelog,
|
||||
&changelog_last_changes
|
||||
.ok_or(anyhow::anyhow!("could not get the latest changes"))?,
|
||||
branch,
|
||||
)?
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user