upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/src/sub_commands/prs
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2024-01-23 00:00:00 +0000
committerDanConwayDev <DanConwayDev@protonmail.com>2024-01-23 00:00:00 +0000
commit7e1f3a03ea4dea7b6aec39a555ce3caf22b88d8b (patch)
treeeacd7f6a3efc8c49181357f5e4c6b3dd17d3bb9d /src/sub_commands/prs
parente8ac3b6b49c6ec38cf4694dc4cb08f12c684ed7b (diff)
fix(prs-create): remove d tag from pr event
this shouldn't be present
Diffstat (limited to 'src/sub_commands/prs')
-rw-r--r--src/sub_commands/prs/create.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sub_commands/prs/create.rs b/src/sub_commands/prs/create.rs
index e5d6262..ced1edd 100644
--- a/src/sub_commands/prs/create.rs
+++ b/src/sub_commands/prs/create.rs
@@ -314,7 +314,6 @@ pub fn generate_pr_and_patch_events(
314 .context("failed to get root commit of the repository")?; 314 .context("failed to get root commit of the repository")?;
315 315
316 let mut pr_tags = vec![ 316 let mut pr_tags = vec![
317 Tag::Identifier(root_commit.to_string()),
318 Tag::Reference(format!("r-{root_commit}")), 317 Tag::Reference(format!("r-{root_commit}")),
319 Tag::Name(title.to_string()), 318 Tag::Name(title.to_string()),
320 Tag::Description(description.to_string()), 319 Tag::Description(description.to_string()),