From ffb52817e096da9656c646233be3dee9be2d9940 Mon Sep 17 00:00:00 2001 From: Lucas Pickering Date: Thu, 1 Feb 2024 19:22:53 -0500 Subject: [PATCH] Enable publish in cargo-release --- Cargo.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0df209c..58301d1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -59,9 +59,8 @@ targets = ["x86_64-unknown-linux-gnu", "aarch64-apple-darwin", "x86_64-apple-dar [workspace.metadata.release] # https://github.com/crate-ci/cargo-release/blob/master/docs/reference.md -allow-branch = ["master"] +allow-branch = ["master"] pre-release-replacements = [ {file = "CHANGELOG.md", search = "Unreleased", replace = "{{version}}"}, {file = "CHANGELOG.md", search = "ReleaseDate", replace = "{{date}}"}, -] -publish = false # CI will handle this +]