Skip to content

Commit

Permalink
remove cron jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico committed Dec 18, 2024
1 parent 6153295 commit 763dba9
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changeset/new_major.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
bar: major
cli: major
---

# new major
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@
# https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
members = ["cli", "bar"]
resolver = "2"


[workspace.dependencies]
bar = { path = "./crates/bar" }
3 changes: 2 additions & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ edition = "2021"
[[bin]]
name = "cli"

[dependencies]
[worksapce.dependencies]
bar = { worksapce = true }
4 changes: 4 additions & 0 deletions knope.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ command = 'git commit -m "chore: prepare releases"'
type = "Command"
command = "git push"

# The release workflow that will run in CI. It is triggered when the prepare-release PR is merged
[[workflows]]
name = "release"

[[workflows.steps]]
type = "Release"

Expand Down

0 comments on commit 763dba9

Please sign in to comment.