Skip to content

Commit

Permalink
Merge branch 'main' into release-plz-2024-11-28T22-33-09Z
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharmath authored Nov 28, 2024
2 parents 815970a + d2a903b commit e4dcb0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .release-plz.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
[workspace]
dependencies_update = true
release_always = true
release = false

[[package]]
name = "gh-workflow-macros"
release = false
version_group = "core"

[[package]]
release = true
name = "gh-workflow"
version_group = "core"
2 changes: 1 addition & 1 deletion crates/gh-workflow/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ 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" }
gh-workflow-macros = { path = "../gh-workflow-macros", version = "*" }

[dev-dependencies]
insta = "1.40.0"
Expand Down

0 comments on commit e4dcb0b

Please sign in to comment.