From 4b0a35583644e703eb615e0724d33fe93aec932b Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Thu, 8 Feb 2024 15:57:05 +0000 Subject: feat(prs-create): add `PATCH n/n` to content format patch as a series in the patch event content unless it is 1/1 and there is no pr (cover letter) event --- src/sub_commands/push.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/sub_commands/push.rs') diff --git a/src/sub_commands/push.rs b/src/sub_commands/push.rs index fac746f..de2a92f 100644 --- a/src/sub_commands/push.rs +++ b/src/sub_commands/push.rs @@ -110,6 +110,7 @@ pub async fn launch(cli_args: &Cli) -> Result<()> { &keys, &repo_ref, patch_events.last().map(nostr::Event::id), + None, ) .context("cannot make patch event from commit")?, ); -- cgit v1.2.3