Skip to content

Commit

Permalink
Update changelog-d to 1.0.1 (#10266)
Browse files Browse the repository at this point in the history
Release: https://codeberg.org/fgaz/changelog-d/releases/tag/v1.0.1

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
fgaz and mergify[bot] authored Aug 23, 2024
1 parent 7154f84 commit 9466005
Show file tree
Hide file tree
Showing 2 changed files with 8 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
6 changes: 6 additions & 0 deletions changelog.d/config
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
organization: haskell
repository: cabal
required-fields: packages prs
packages:
Cabal
Cabal-hooks
Cabal-syntax
cabal-install
cabal-install-solver

0 comments on commit 9466005

Please sign in to comment.