Skip to content

Commit

Permalink
chore: add bump hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
theoparis committed Jul 12, 2024
1 parent 671d65a commit 57c27be
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tinted_egui_nodes"
version = "0.2.0"
version = "0.1.0"
authors = ["Theo Paris <[email protected]>", "Cameron Haigh <[email protected]>"]
edition = "2021"
license = "MIT"
Expand Down
6 changes: 5 additions & 1 deletion cog.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ generate_mono_repository_global_tag = true
branch_whitelist = []
skip_ci = "[skip ci]"
skip_untracked = false
pre_bump_hooks = []
pre_bump_hooks = [
"cargo build --release",
"echo 'bumping from {{latest}} to {{version}}'",
"cargo bump {{version}}",
]
post_bump_hooks = []
pre_package_bump_hooks = []
post_package_bump_hooks = []
Expand Down

0 comments on commit 57c27be

Please sign in to comment.