Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
use flake
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ result*
stack.yaml.lock
.ghcid
.claude/settings.local.json
.direnv

/.cache
/db
Expand Down
268 changes: 189 additions & 79 deletions RELEASE.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ package acts
flags: -finitary

packages:
scripts/generate-release-changelog-links
cardano-node
cardano-node-capi
cardano-node-chairman
Expand Down
1 change: 1 addition & 0 deletions nix/haskell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ let
shellcheck
scriv
stylish-haskell
config.hsPkgs.generate-release-changelog-links.components.exes.generate-release-changelog-links

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should be added to hydraJobs, to provide caching

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

];

withHoogle = true;
Expand Down
323 changes: 0 additions & 323 deletions scripts/generate-release-changelog-links.hs

This file was deleted.

Loading
Loading