Releases: xmartlabs/android-snapshot-publisher
Releases · xmartlabs/android-snapshot-publisher
1.0.1
New Features
- Added new
history
variable to use inreleaseNotesFormat
given byhistoryFormat
.
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
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
anddistributionGroupAliases
in Fabric's Beta configuration block are changed to strings instead of a list of strings. These values are built by joining allemails
oraliases
with commas. This change was made in order to make the setup process easier. (#19)