docs: add changelog entries
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Fri, 8 Sep 2023 15:01:12 +0000 (17:01 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Fri, 8 Sep 2023 15:01:12 +0000 (17:01 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
.c8rc.json
.github/workflows/ci.yml
CHANGELOG.md

index 74ea8163fd560ba64203f2dad29690ea0f35eea8..aba3e9b0c0cb8e3ea21eb9f372221645bef54aca 100644 (file)
@@ -1,7 +1,7 @@
 {
   "check-coverage": true,
-  "lines": 93,
-  "statements": 93,
+  "lines": 94,
+  "statements": 94,
   "functions": 95,
   "branches": 93
 }
index 8a45b3792af11d5dad07dd28e295efe2f6d19506..a029a1863671183a953a2cf8650a3282aa47ed51 100644 (file)
@@ -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
index 6732933f866dbbaa1766f154e042f48ca2b417c2..806d077a1428f4c431c3b464f49d176fb521cf89 100644 (file)
@@ -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