diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-03-31 22:05:46 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-03-31 22:05:46 +0200 |
commit | 0a491a7a319b3fc63e6707504adc563db1e292b0 (patch) | |
tree | f0d208d3e31f7726a02bf0de52315c89244fa4bc | |
parent | chore(Cargo.toml): Add additional meta data (diff) | |
download | lpm-0a491a7a319b3fc63e6707504adc563db1e292b0.tar.gz lpm-0a491a7a319b3fc63e6707504adc563db1e292b0.zip |
build(cog.toml): Remove unneeded heading (that broke parsing)
-rw-r--r-- | cog.toml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cog.toml b/cog.toml index 7f53677..d7374be 100644 --- a/cog.toml +++ b/cog.toml @@ -2,8 +2,6 @@ tag_prefix = "v" branch_whitelist = ["main", "prime"] ignore_merge_commits = false -[commit_types] - pre_bump_hooks = [ "nix flake check", # verify the project builds "cargo set-version {{version}}", # bump version in Cargo.toml |