Skip to content

Releases: loopwerk/tag-changelog

Release v1.5.0

03 Mar 17:13
8dd150d

Choose a tag to compare

New Features

  • Refactored the source to TypeScript
  • We support both ESM and CJS user config files now
  • Switched from npm to pnpm
  • Switched from ncc to esbuild
  • Updated all dependencies

Bugfixes

  • Fixed a bug with include_commit_body which always overrode the user config file's value
  • Improved the indenting of commit body text: now all lines are indented, not just the first one
  • Replaced deprecated substr with substring

Release v1.4.0

03 Mar 14:22
90f8dd1

Choose a tag to compare

New Features

  • Added a new include_commit_body input for the action

Bugfixes

  • Fixed the way a commit body is rendered. It's now properly indented.
  • Non-conventional commit messages were only parsed as a subject, never the body

Documentation Changes

  • Change the example workflow to use softprops/action-gh-release instead of the deprecated actions/create-release (#18 by kevinrenskers)

Release v1.3.0

28 Jan 10:42

Choose a tag to compare

New Features

  • Update the action to use Node 20

Release v1.2.0

23 Nov 12:26
1d8110e

Choose a tag to compare

New Features

  • Add a config option includeCommitBody to render the body text of the commit (#15 by kevinrenskers)

Tests

  • Strengthen parseCommitMessage test

Release v1.1.1

24 Apr 19:31

Choose a tag to compare

New Features

Release v1.1.0

30 Mar 19:57

Choose a tag to compare

New Features

Release v1.0.5

23 Oct 10:34

Choose a tag to compare

Bugfixes

  • Update to use Node16
  • update @actions/github and deal with their breaking changes
  • update compare-versions and deal with breaking change
  • fix usage of compare-versions

Release v1.0.4

17 Aug 20:54

Choose a tag to compare

Bugfixes

  • a #123 style tag that wasn't a valid PR was causing a fatal error

Release v1.0.3

13 Aug 16:16

Choose a tag to compare

Bugfixes

  • actual release with the built dist folder

Release v1.0.2

13 Aug 16:08
a0df12c

Choose a tag to compare

Bugfixes

  • delegate tag validation to compare-versions so accept the full semver spec for tags (#3 by santiagofm)