From 15fc82bacff6f2ea8fd43d7a19e7db56c7685368 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Fri, 8 Sep 2023 17:01:12 +0200 Subject: [PATCH] docs: add changelog entries MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .c8rc.json | 4 ++-- .github/workflows/ci.yml | 2 +- CHANGELOG.md | 8 ++++++++ 3 files changed, 11 insertions(+), 3 deletions(-) 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 -- 2.34.1