summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-03-31 22:05:46 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-03-31 22:05:46 +0200
commit0a491a7a319b3fc63e6707504adc563db1e292b0 (patch)
treef0d208d3e31f7726a02bf0de52315c89244fa4bc
parentchore(Cargo.toml): Add additional meta data (diff)
downloadlpm-0a491a7a319b3fc63e6707504adc563db1e292b0.tar.gz
lpm-0a491a7a319b3fc63e6707504adc563db1e292b0.zip
build(cog.toml): Remove unneeded heading (that broke parsing)
-rw-r--r--cog.toml2
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