Skip to content
Snippets Groups Projects
Unverified Commit ef3b64ce authored by mergify[bot]'s avatar mergify[bot] Committed by GitHub
Browse files

Merge pull request #9810 from fgaz/changelog-required-fields

Add required-fields to changelog.d config
parents 99c21ba5 5168b01c
No related branches found
No related tags found
No related merge requests found
Pipeline #91650 passed
...@@ -48,12 +48,14 @@ jobs: ...@@ -48,12 +48,14 @@ jobs:
ghcup set ghc recommended ghcup set ghc recommended
- name: Update Hackage index - name: Update Hackage index
run: cabal v2-update 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 # https://github.com/haskell/cabal/issues/7360
- uses: actions/checkout@v4 - name: Fetch changelog-d
with: run: |
repository: "fgaz/changelog-d" changelog_d_latest="$(curl https://codeberg.org/api/v1/repos/fgaz/changelog-d/branches/master | jq -r .commit.id)"
path: "changelog-d" 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 - name: Install changelog-d
run: | run: |
pushd changelog-d pushd changelog-d
......
organization: haskell organization: haskell
repository: cabal repository: cabal
required-fields: packages prs
synopsis: `cabal init` should not suggest Cabal < 2.0 synopsis: `cabal init` should not suggest Cabal < 2.0
packages: Cabal packages: Cabal
issues: #8680 issues: #8680
prs: #8700
description: { description: {
......
synopsis: Add LexBraces lexer warning synopsis: Add LexBraces lexer warning
packages: Cabal-syntax packages: Cabal-syntax
issues: #8577 issues: #9098
prs: #9099
description: { description: {
......
...@@ -2,6 +2,7 @@ synopsis: Clarify the semantics of the -package-db flag ...@@ -2,6 +2,7 @@ synopsis: Clarify the semantics of the -package-db flag
packages: cabal-install packages: cabal-install
prs: prs:
issues: #9678 issues: #9678
prs: #9683
description: { description: {
......
synopsis: Add support for `GHC2024` synopsis: Add support for `GHC2024`
packages: Cabal cabal-install packages: Cabal cabal-install
issues: #9736 issues: #9736
prs: #9791
description: { description: {
......
synopsis: PkgConfig individual calls synopsis: PkgConfig individual calls
prs: #9134 prs: #9134
packages: cabal-install-solver
description: { description: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment