Fastlane Plugin Changelog Versions Save

Automate changes to your project CHANGELOG.md

v0.16.0

3 years ago

Added:

  • Add new :stamp_datetime_format param stamp_changelog action to support custom a user provided date time format (PR #53). Stamped date is now in UTC format - not local since previously it was using Time.now which returned local time

Changed:

  • BREAKING CHANGE: :stamp_date param on stamp_changelog action has been renamed to :should_stamp_date

Fixed:

  • Fixes some typos of the word "successfully"

v0.15.0

4 years ago

Added:

  • Missing documentation to read_changelog and emojify_changelog actions (PR #42)

Changed

  • Design of emojify_changelog to support slack message formatting (PR #43)

v0.13.0

5 years ago

Fixed:

  • Fixed append_date parameter of update_changelog action (Issue #40)

v0.14.0

5 years ago

Added:

  • Support for reversed order of tags in diff link for Bitbucket links (PR #39)
  • Support for stamping section identifier with version instead of git tag (PR #39)

v0.12.0

5 years ago

Fixed:

  • Bug when creating git tags comparison link (Issue #32)

v0.11.0

5 years ago

Fixed:

  • Bug when creating git tags comparison link (Issue #32)

v0.11

5 years ago

v0.10.0

5 years ago

Fixed:

  • Remove prompt to create CHANGELOG.md in project root, while using custom changelog_path param (Issue #28 and Issue #23)