Skip to content

Commit

Permalink
don't update the changelog when releasing cli to hackage
Browse files Browse the repository at this point in the history
  • Loading branch information
tek committed Sep 24, 2023
1 parent 899ed65 commit 5f87d2f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions local.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ hix.pro [({config, lib, ...}: {
versionFile = "ops/version.nix";
tag = false;
formatTag = { name, version }: if name == null then version else "${name}-${version}";
setChangelogVersion = false;
};

overrides = {hackage, ...}: {
Expand Down
2 changes: 1 addition & 1 deletion test/hackage/root/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# 0.6.2
# Unreleased
2 changes: 1 addition & 1 deletion test/hackage/root/changelog
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.2: feature 1
Unreleased: feature 1

0 comments on commit 5f87d2f

Please sign in to comment.