Skip to content

Commit

Permalink
Merge pull request #9810 from fgaz/changelog-required-fields
Browse files Browse the repository at this point in the history
Add required-fields to changelog.d config
  • Loading branch information
mergify[bot] committed Mar 17, 2024
2 parents 99c21ba + 5168b01 commit ef3b64c
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 6 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/changelogs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,14 @@ jobs:
ghcup set ghc recommended
- name: Update Hackage index
run: cabal v2-update
# Cannot install it from tarball due to
# Cannot install it directly from remote tarball due to
# https://github.com/haskell/cabal/issues/7360
- uses: actions/checkout@v4
with:
repository: "fgaz/changelog-d"
path: "changelog-d"
- name: Fetch changelog-d
run: |
changelog_d_latest="$(curl https://codeberg.org/api/v1/repos/fgaz/changelog-d/branches/master | jq -r .commit.id)"
echo "Using changelog-d revision $changelog_d_latest"
curl "https://codeberg.org/fgaz/changelog-d/archive/$changelog_d_latest.tar.gz" -o changelog-d.tar.gz
tar -xf changelog-d.tar.gz
- name: Install changelog-d
run: |
pushd changelog-d
Expand Down
1 change: 1 addition & 0 deletions changelog.d/config
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
organization: haskell
repository: cabal
required-fields: packages prs
1 change: 1 addition & 0 deletions changelog.d/issue-8680
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
synopsis: `cabal init` should not suggest Cabal < 2.0
packages: Cabal
issues: #8680
prs: #8700

description: {

Expand Down
3 changes: 2 additions & 1 deletion changelog.d/issue-9098-lexbraces
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
synopsis: Add LexBraces lexer warning
packages: Cabal-syntax
issues: #8577
issues: #9098
prs: #9099

description: {

Expand Down
1 change: 1 addition & 0 deletions changelog.d/issue-9678
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ synopsis: Clarify the semantics of the -package-db flag
packages: cabal-install
prs:
issues: #9678
prs: #9683

description: {

Expand Down
1 change: 1 addition & 0 deletions changelog.d/issue-9736
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
synopsis: Add support for `GHC2024`
packages: Cabal cabal-install
issues: #9736
prs: #9791

description: {

Expand Down
1 change: 1 addition & 0 deletions changelog.d/pkgconfig-once
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
synopsis: PkgConfig individual calls
prs: #9134
packages: cabal-install-solver

description: {

Expand Down

0 comments on commit ef3b64c

Please sign in to comment.