Skip to content

Releases: xmartlabs/android-snapshot-publisher

1.0.1

17 Apr 20:16
525bac8
Compare
Choose a tag to compare

New Features

  • Added new history variable to use in releaseNotesFormat given by historyFormat.
    It's shown only if the {commitHistory} is not empty. (#25)
  • Added includeHistorySinceLastTag release notes setup variable. It enables to generate the history only for the commits after the latest git's tag. It's useful to show only the changes that changed since the last build. (#25)

Fixes

  • Fix version name issue in generated release notes. (#24)

1.0.0

12 Apr 21:00
b96be9d
Compare
Choose a tag to compare

New Features

  • Add the ability to include the last commit in the release notes history. (#16)
  • Create preparation tasks. It enables you to create snapshot builds and test them locally without the necessity of deploy it. (#17)
  • Include git branch name in the app custom version name options (#18)

Fixes

  • Truncate Fabric Beta's release notes if its length is greater than 16384 characters. (#21)

Breaking changes

  • distributionEmails and distributionGroupAliases in Fabric's Beta configuration block are changed to strings instead of a list of strings. These values are built by joining all emails or aliases with commas. This change was made in order to make the setup process easier. (#19)

0.0.1

08 Mar 21:56
6d5dbf0
Compare
Choose a tag to compare

Initial version