Skip to content

Releases: dangoslen/changelog-enforcer

Changelog Enforcer 3.6.1

11 Apr 16:52
204e7d3
Compare
Choose a tag to compare

Changed

  • Fix Github Actions Annotations (#281)

Fixed

  • Handle skipLabels that contains emojis by properly looking for : characters in the label extractor regex (fixes #284)

Dependencies

  • Bump eslint from 8.56.0 to 8.57.0 (#282)
  • Bump actions/checkout from 4.1.1 to 4.1.2 (#283)

Changelog Enforcer 3.6.0

10 Feb 15:24
78309b2
Compare
Choose a tag to compare

Changed

  • Now runs on Node 20
    • Updates .nvmrc to set the version
    • Updates node version in action.yml

Dependencies

  • Bump node-fetch from 2.6.12 to 2.7.0 (#264, #270)
  • Bump actions/checkout from 3.5.3 to 4.1.1 (#266, #267, #271, #275)
  • Bump @vercel/ncc from 0.36.1 to 0.38.1 (#268, #276)
  • Bump jest from 29.6.2 to 29.7.0 (#269)
  • Bump stefanzweifel/git-auto-commit-action from 4.16.0 to 5.0.0 (#272)
  • Bump @actions/github from 5.1.1 to 6.0.0 (#273)
  • Bump @actions/core from 1.10.0 to 1.10.1 (#274)
  • Bump eslint from 8.46.0 to 8.56.0 (#279)

Changelog Enforcer 3.5.1

05 Aug 18:37
e779e7f
Compare
Choose a tag to compare

Security

  • Removes uglify-js and dist packages

Dependencies

  • Bump jest from 29.5.0 to 29.6.2 (#260)
  • Bump eslint from 8.42.0 to 8.46.0 (#261)

Changelog Enforcer 3.5.0

20 Jul 22:40
059b4a9
Compare
Choose a tag to compare

Dependencies

  • Bump @vercel/ncc from 0.34.0 to 0.36.1 (#247)
  • Bump eslint from 8.31.0 to 8.42.0 (#249)
  • Bump actions/checkout from 3.5.2 to 3.5.3 (#250)
  • Bump node-fetch from 2.6.9 to 2.6.12 (#251, #253)

Fixed

  • Handle skipLabels that contain a / (#254)

Changelog Enforcer 3.4.0

06 May 23:31
2d71d51
Compare
Choose a tag to compare

Chnaged

  • Switches the default branch from master to main

Dependencies

  • Bump actions/checkout from 3.2.0 to 3.5.2 (#245)
  • Bump jest from 29.3.1 to 29.5.0 (#242)
  • Bump node-fetch from 2.6.7 to 2.6.9 (#241)

Changelog Enforcer 3.3.2

16 Mar 16:48
cfbadf2
Compare
Choose a tag to compare

Fixed

  • Properly rebuilds the dist.index.js meant to be built in v3.3.1.

Changelog Enforcer 3.3.0

28 Nov 00:21
e6d07da
Compare
Choose a tag to compare

Dependencies

  • Bumps stefanzweifel/git-auto-commit-action from 4.14.1 to 4.15.4
  • Bumps actions/checkout from 3.0.2 to 3.1.0
  • Bumps @actions/core from 1.6.0 to 1.9.0
  • Bumps uglify-js from 3.15.5 to 3.17.4
  • Bumps jest from 27.3.1 to 29.2.2

Changelog Enforcer 3.2.1

18 Jul 15:18
83e1e99
Compare
Choose a tag to compare

Changed

  • expectedLatestVersion no longer enforces validation if the only version in the changelog is an unreleased version.

Changelog Enforcer 3.2.0

09 Jul 17:10
d24f8a8
Compare
Choose a tag to compare

Changed

  • Now runs on Node 16
    • Adds .nvmrc to set the version
    • Updates node version in action.yml

Dependencies

  • Bumps uglify-js from 3.14.3 to 3.15.5
  • Bumps @actions/github from 5.0.0 to 5.0.2
  • Bumps stefanzweifel/git-auto-commit-action from 4.14.0 to 4.14.1

Changelog Enforcer 3.1.0

06 May 21:00
b2a627f
Compare
Choose a tag to compare

Fixes

  • Fixes issue #184
    • Get changelog from the contents_url instead of the raw_url

Dependencies

  • Bumps actions/checkout from 2.4.0 to 3.0.2
  • Bumps stefanzweifel/git-auto-commit-action from 4.13.1 to 4.14.0
  • Removed @actions/exec
  • Bumps @vercel/ncc from 0.31.1 to 0.33.4