Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 2.01 KB

CHANGELOG.md

File metadata and controls

53 lines (34 loc) · 2.01 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Nothing right now.

1.5.0 - 2021-11-24

  • Use composite action instead of docker
  • Add CLS client for basic analytics
  • Update pandoc example

1.4.0 - 2021-06-29

Simpler regular expression to accept more changelog styles and conversions from a different syntax (ex. reStructuredText).

1.3.0 - 2020-09-07

  • Added automatic pre-release detection
  • Added a --limit option to only sync recent versions by default in a GitHub Action
  • Added a --remote-changelog option so you don't have to have the CHANGELOG file (or cloned repo) to use changerelease

1.2.0 - 2020-09-06

  • Allows changelog content for a version to be empty, while still creating a GitHub Release for the tag.
  • Prints parsed version changelogs
  • Fail if a git tag does not exist for a version

1.1.1 - 2020-09-06

Added a --no-tag-prefix option to fix an empty issue with --tag-prefix.

1.1.0 - 2020-09-06

Adds a tag_prefix option so that tags don't have to start with a "v". You can now use this with tags like "1.0.0" in addition to "v1.0.0".

1.0.0 - 2020-09-05

The first release! Includes the sync command which will sync your CHANGELOG.md to GitHub Release notes.