Skip to content

Releases: nodejs/node-core-utils

v3.2.1

04 Jul 15:23
e539159
Compare
Choose a tag to compare

3.2.1 (2023-07-04)

Bug Fixes

  • enforce markdown when generating changelog (#711) (80b9550)
  • update changelog list when preparing release (#712) (418f194)

v3.2.0

26 Jun 06:12
ab820c7
Compare
Choose a tag to compare

3.2.0 (2023-06-26)

Features

  • git-node: add support for amend! commits (#710) (d8ae7c7)

Bug Fixes

  • git-node: properly terminate pr landing sessions (#708) (015bf20)

v3.1.0

12 Jun 06:32
1a2adf9
Compare
Choose a tag to compare

3.1.0 (2023-06-12)

Features

  • git-node: add support for the --gpg-sign git flag (#684) (92d621e)
  • land: allow empty commits with fixupAll (#681) (e0d6d0d)

Bug Fixes

  • accurately define ncu-ci report condition (#697) (02a9163)
  • pr_checker: do not count non-approving reviews (#680) (b9c443b)
  • update maintaining-dependencies.md on major v8 update (#699) (a8b1812)
  • use correct V8 tag for minor updates (#695) (cf03df4)

v3.0.0

08 Mar 09:01
81d53a2
Compare
Choose a tag to compare

3.0.0 (2023-03-08)

⚠ BREAKING CHANGES

  • Node.js 14.x is no longer supported.

Features

  • ignore .md files when do requiresJenkinsRun check (#641) (62f266f)

Bug Fixes

  • do not run git cherry-pick --abort on failure (#671) (1e6f5d3)
  • switch to undici for requests to fix stream close errors (#666) (f759e7a)
  • treat fast-track with not enough approvals as non-fatal (#676) (b324c99)
  • use correct V8 tag for major updates (#675) (ebcf18e)
  • wpt: remove stale fixtures before pulling fresh ones (#679) (b78efc5)

v2.1.3

06 Dec 15:36
267dde0
Compare
Choose a tag to compare

2.1.3 (2022-12-06)

Bug Fixes

  • cli: handle spinning states (51a3b24)

v2.1.2

22 Nov 14:56
3b5c232
Compare
Choose a tag to compare

2.1.2 (2022-11-22)

Bug Fixes

  • use case-insensitive string comparison for fast-track approvals (#658) (8ad4b37)
  • v8: add ittapi as V8 dependency (#552) (20713c0)

v2.1.1

27 Oct 23:43
beda17c
Compare
Choose a tag to compare

2.1.1 (2022-10-27)

Bug Fixes

v2.1.0

22 Oct 09:33
04d513d
Compare
Choose a tag to compare

2.1.0 (2022-10-22)

Features

Bug Fixes

  • only parse commit messages during git node backport analysis (#651) (4e59a64)

v2.0.1

31 Jul 12:31
36e9f0f
Compare
Choose a tag to compare

2.0.1 (2022-07-31)

Bug Fixes

  • add a specific error message for the commit queue (#645) (3d6ece6)
  • parse ci failure error (#640) (0d49eda)
  • respect existing trailers in commit messages (#632) (f442797)

v2.0.0

12 Jul 06:39
bbad9a0
Compare
Choose a tag to compare

2.0.0 (2022-06-22)

⚠ BREAKING CHANGES

  • ci: Removed support for Node.js 12 and 17.

Bug Fixes

Miscellaneous Chores

  • ci: test on supported Node.js versions (40a1ee2)