Verified Commit 56314de0 authored by Mattia Righetti's avatar Mattia Righetti
Browse files

chore: add cog config file

parent e9cc2c6e
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -22,8 +22,5 @@ sea-query = "0"
sea-query-binder = { version = "0", features = [ "sqlx-postgres" ] }
strum = "0.25"
strum_macros = "0.25"
sqlx = { version = "0.7", features = ["runtime-tokio-rustls", "macros", "postgres", "uuid", "chrono", "migrate", "sqlite"] }
[dependencies.sqlx]
default-features = false
features = ["runtime-tokio-rustls", "macros", "postgres", "uuid", "chrono", "migrate", "sqlite"]
version = "0.7"

cog.toml

0 → 100644
+24 −0
Original line number Diff line number Diff line
from_latest_tag = false
ignore_merge_commits = false
generate_mono_repository_global_tag = true
branch_whitelist = []
skip_untracked = false
pre_bump_hooks = [
    "sed -i -E 's/^version.*$/version = \"{{version}}\"/' Cargo.toml",
    "cargo check",
]
post_bump_hooks = []
pre_package_bump_hooks = []
post_package_bump_hooks = []

[git_hooks]

[commit_types]

[changelog]
path = "CHANGELOG.md"
authors = []

[bump_profiles]

[packages]