Skip to content

Commit

Permalink
Update changelog-d to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fgaz committed Aug 20, 2024
1 parent 75711fc commit 7b328ff
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/changelogs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:

- name: Install changelog-d
run: |
curl --create-dirs -o "$HOME/.local/bin/changelog-d" "https://codeberg.org/fgaz/changelog-d/releases/download/v1.0/changelog-d-v1.0-x86_64-linux"
curl --create-dirs -o "$HOME/.local/bin/changelog-d" -sS --fail \
"https://codeberg.org/fgaz/changelog-d/releases/download/v1.0.1/changelog-d-v1.0.1-x86_64-linux"
chmod +x "$HOME/.local/bin/changelog-d"
# https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#adding-a-system-path
echo "$HOME/.local/bin" >> $GITHUB_PATH
Expand Down
16 changes: 16 additions & 0 deletions changelog.d/config
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
organization: haskell
repository: cabal
required-fields: packages prs
packages:
Cabal
Cabal-QuickCheck
Cabal-described
Cabal-hooks
Cabal-syntax
Cabal-tests
Cabal-tree-diff
cabal-benchmarks
cabal-bootstrap-gen
buildinfo-reference-generator
cabal-dev-scripts
cabal-install
cabal-install-solver
cabal-testsuite
solver-benchmarks

0 comments on commit 7b328ff

Please sign in to comment.