Skip to content

Releases: pajapro/fastlane-plugin-changelog

v0.16.0

13 Mar 11:22
Compare
Choose a tag to compare

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

22 Jun 10:06
Compare
Choose a tag to compare

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.14.0

11 Mar 21:38
51a685c
Compare
Choose a tag to compare

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.13.0

11 Mar 21:38
6417f04
Compare
Choose a tag to compare

Fixed:

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

v0.12.0

16 Nov 21:28
413f816
Compare
Choose a tag to compare

Fixed:

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

[DISCARD] v0.11.0

16 Nov 21:23
67dc199
Compare
Choose a tag to compare

Fixed:

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

[DISCARD] v0.11

16 Nov 21:21
ad2538f
Compare
Choose a tag to compare
Merge pull request #36 from pajapro/#32

Git tags comparison link fix

v0.10.0

11 Nov 15:33
2c86983
Compare
Choose a tag to compare

Fixed:

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