build(cog): Remove wrong toml header

This commit is contained in:
Benedikt Peetz 2024-05-04 10:21:21 +02:00
parent 447370d554
commit ecfdb0abda
Signed by: bpeetz
GPG Key ID: B6139BCB07CE946D
1 changed files with 1 additions and 3 deletions

View File

@ -19,11 +19,9 @@
# If not, see <https://www.gnu.org/licenses/>.
tag_prefix = "v"
branch_whitelist = ["main"]
branch_whitelist = ["main", "prime"]
ignore_merge_commits = false
[commit_types]
pre_bump_hooks = [
"./scripts/renew_copyright_header.sh", # update the license header in each file
"nix build", # verify the project builds