From e87ab1315f01223eb20b232ca5a9294285d7b993 Mon Sep 17 00:00:00 2001 From: Jelte Fennema-Nio Date: Fri, 2 Aug 2024 11:25:32 +0200 Subject: [PATCH] Don't create git tags for derive_more-impl (#391) During my dry-run release I noticed there were two tags being created, one for each crate. That's rather useless since they will always point to the same commit, so this disables creating the tag for the derive_more-impl crate. --- impl/release.toml | 1 + 1 file changed, 1 insertion(+) create mode 100644 impl/release.toml diff --git a/impl/release.toml b/impl/release.toml new file mode 100644 index 00000000..8f141163 --- /dev/null +++ b/impl/release.toml @@ -0,0 +1 @@ +tag = false