Skip to content

Releases: spautz/changesets-changelog-format

v0.3.0

27 Aug 01:03
eb00f51

Choose a tag to compare

Breaking Changes

  • Rename package to changesets-format-with-issue-links for accuracy (#8) (7f068e3)

Patch Changes

  • Associate each changeset with the commit when it was added, even if it was reformatted later (#9) (46a5734)
  • Update dev environment and code coverage (#7) (b78aedb)

Full Changelog: v0.2.0...v0.3.0

v0.2.0

21 Aug 14:27
83ec7ba

Choose a tag to compare

Overhaul options and template variables: all content can now be set via templates, templates support nested values (like ${foo.bar} or ${commitInfo.abbrevHash}), and many more values are available.

The README has been updated to document the new options and template variables, and to provide more examples.

  • Add changesetTemplate option (#5) (1ed3c23)
  • Expand template options and variables (#5) (1ed3c23)

v0.1.0

13 Aug 19:34
9a5a059

Choose a tag to compare

Initial release: all basic functionality works.

  • Generated changelogs include links to git commits, issues, and PRs
  • Options support use with git providers other than Github