From 79afa28e025f2edc4e2e09ddf25e075ef98392bf Mon Sep 17 00:00:00 2001 From: Tushar Mathur Date: Thu, 28 Nov 2024 14:11:26 -0800 Subject: [PATCH 1/3] chore: add version to macros --- crates/gh-workflow/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/crates/gh-workflow/Cargo.toml b/crates/gh-workflow/Cargo.toml index a9892c2..8ad7657 100644 --- a/crates/gh-workflow/Cargo.toml +++ b/crates/gh-workflow/Cargo.toml @@ -19,8 +19,9 @@ serde = { version = "1.0.210", features = ["derive"] } serde_json = { version = "1.0.128" } serde_yaml = "0.9.34" strum_macros = "0.26.4" -gh-workflow-macros = { path = "../gh-workflow-macros" } + [dev-dependencies] insta = "1.40.0" pretty_assertions = "1.4.1" +gh-workflow-macros = { path = "../gh-workflow-macros", version = "*" } From ad1b8abc0950c0e48f90ed1c2896b2b9b05b52ba Mon Sep 17 00:00:00 2001 From: Tushar Mathur Date: Thu, 28 Nov 2024 14:12:20 -0800 Subject: [PATCH 2/3] chore: move macros to deps --- crates/gh-workflow/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/crates/gh-workflow/Cargo.toml b/crates/gh-workflow/Cargo.toml index 8ad7657..a0dca56 100644 --- a/crates/gh-workflow/Cargo.toml +++ b/crates/gh-workflow/Cargo.toml @@ -19,9 +19,8 @@ serde = { version = "1.0.210", features = ["derive"] } serde_json = { version = "1.0.128" } serde_yaml = "0.9.34" strum_macros = "0.26.4" - +gh-workflow-macros = { path = "../gh-workflow-macros", version = "*" } [dev-dependencies] insta = "1.40.0" pretty_assertions = "1.4.1" -gh-workflow-macros = { path = "../gh-workflow-macros", version = "*" } From d2a903bbcdaad20f09a9d009a0af732e23ce5aa1 Mon Sep 17 00:00:00 2001 From: Tushar Mathur Date: Thu, 28 Nov 2024 14:31:49 -0800 Subject: [PATCH 3/3] chore: reset release flags --- .release-plz.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.release-plz.toml b/.release-plz.toml index a0c2304..1c266e2 100644 --- a/.release-plz.toml +++ b/.release-plz.toml @@ -1,6 +1,7 @@ [workspace] dependencies_update = true release_always = true +release = false [[package]] name = "gh-workflow-macros" @@ -8,5 +9,6 @@ release = false version_group = "core" [[package]] +release = true name = "gh-workflow" version_group = "core"