Skip to content

Commit

Permalink
fix config conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
tek committed Sep 26, 2023
1 parent 56af69b commit fa9f26b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion local.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ in {
versionFile = "ops/version.nix";
tag = false;
formatTag = { name, version }: if name == null then version else "${name}-${version}";
setChangelogVersion = false;
setChangelogVersion = lib.mkForce false;
commit = false;
add = true;
};
Expand Down

0 comments on commit fa9f26b

Please sign in to comment.