Skip to content

Commit c5ce5f7

Browse files
chore(main): release 5.12.0 (#908)
1 parent 5ac7927 commit c5ce5f7

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [5.12.0](https://github.com/nodejs/node-core-utils/compare/v5.11.0...v5.12.0) (2025-03-28)
4+
5+
6+
### Features
7+
8+
* **ncu-ci:** pass `COMMIT_SHA_CHECK` via `--certify-safe` ([#911](https://github.com/nodejs/node-core-utils/issues/911)) ([646e7e2](https://github.com/nodejs/node-core-utils/commit/646e7e2dae01676b3f5f65120c86da4eeb3e8386))
9+
10+
11+
### Bug Fixes
12+
13+
* adjust release commit message to messageonly on sec release ([c408dd9](https://github.com/nodejs/node-core-utils/commit/c408dd92eaf90fd83ed766c02cdd45bad9301c7e))
14+
* **git-node:** allow security release promotion ([#900](https://github.com/nodejs/node-core-utils/issues/900)) ([4a03216](https://github.com/nodejs/node-core-utils/commit/4a03216a2fffad7ec352bf977a89759c7deba5af))
15+
* **git-node:** check the tag signature and not the commit one ([#907](https://github.com/nodejs/node-core-utils/issues/907)) ([f6dda1c](https://github.com/nodejs/node-core-utils/commit/f6dda1c002f4ec437b3b6e069883941ef43a9d7a))
16+
* **git-node:** do not rely on commit date ([#911](https://github.com/nodejs/node-core-utils/issues/911)) ([cdf482f](https://github.com/nodejs/node-core-utils/commit/cdf482f3eb96396f500844a9acff3e25dbdf739e))
17+
* **git-node:** prepare_release resilient checkout ([#882](https://github.com/nodejs/node-core-utils/issues/882)) ([5ac7927](https://github.com/nodejs/node-core-utils/commit/5ac79276237182a9ca6b602cbe5ccfce7d85b601))
18+
* use messageonly type when notable-changes sec release ([a21f963](https://github.com/nodejs/node-core-utils/commit/a21f9635e63524a12309f9fa91026078b9a5c67b))
19+
320
## [5.11.0](https://github.com/nodejs/node-core-utils/compare/v5.10.0...v5.11.0) (2025-01-29)
421

522

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@node-core/utils",
3-
"version": "5.11.0",
3+
"version": "5.12.0",
44
"description": "Utilities for Node.js core collaborators",
55
"type": "module",
66
"engines": {

0 commit comments

Comments
 (0)