Releases: pajapro/fastlane-plugin-changelog
Releases · pajapro/fastlane-plugin-changelog
v0.16.0
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 usingTime.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
v0.14.0
v0.13.0
v0.12.0
[DISCARD] v0.11.0
Fixed:
- Bug when creating git tags comparison link (Issue #32)
[DISCARD] v0.11
Merge pull request #36 from pajapro/#32 Git tags comparison link fix