From: Jérôme Benoit Date: Fri, 8 Sep 2023 15:01:12 +0000 (+0200) Subject: docs: add changelog entries X-Git-Tag: v2.6.43~5 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=15fc82bacff6f2ea8fd43d7a19e7db56c7685368;p=poolifier.git docs: add changelog entries Signed-off-by: Jérôme Benoit --- diff --git a/.c8rc.json b/.c8rc.json index 74ea8163..aba3e9b0 100644 --- a/.c8rc.json +++ b/.c8rc.json @@ -1,7 +1,7 @@ { "check-coverage": true, - "lines": 93, - "statements": 93, + "lines": 94, + "statements": 94, "functions": 95, "branches": 93 } diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8a45b379..a029a186 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,7 +54,7 @@ jobs: run: pnpm test - name: Coverage Report - if: ${{ github.repository == 'poolifier/poolifier' && matrix.os == 'ubuntu-latest' && matrix.node == '18.x' }} + if: ${{ matrix.os == 'ubuntu-latest' && matrix.node == '18.x' }} run: pnpm coverage - name: Check for SonarCloud Token Availability diff --git a/CHANGELOG.md b/CHANGELOG.md index 6732933f..806d077a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added + +- Publish on GitHub packages registry on release + +### Changed + +- Switch from rome to biome: [PR #1128](https://github.com/poolifier/poolifier/pull/1128) + ## [2.6.42] - 2023-09-06 ### Changed