Compare commits

...

2 Commits

Author SHA1 Message Date
Benedikt Peetz dfd27ab1fa
build(cog.toml): Allowlist the correct default branch 2024-05-18 21:30:55 +02:00
Benedikt Peetz 621c64975a
fix(cog.toml): Reactive the `nix flake check` step
Nix can now build Trinitrix again.
2024-05-18 21:30:48 +02:00
1 changed files with 2 additions and 2 deletions

View File

@ -18,11 +18,11 @@
# along with this program. If not, see <https://www.gnu.org/licenses/>. # along with this program. If not, see <https://www.gnu.org/licenses/>.
tag_prefix = "v" tag_prefix = "v"
branch_whitelist = ["master"] branch_whitelist = ["main"]
ignore_merge_commits = false ignore_merge_commits = false
pre_bump_hooks = [ pre_bump_hooks = [
# "nix flake check", # verify the project builds "nix flake check", # verify the project builds
"./scripts/renew_copyright_header.sh", # update the license header in each file "./scripts/renew_copyright_header.sh", # update the license header in each file
"cargo set-version {{version}}", # bump version in Cargo.toml "cargo set-version {{version}}", # bump version in Cargo.toml
"nix fmt", # format "nix fmt", # format