Skip to content

1.0.0

Compare
Choose a tag to compare
@mirland mirland released this 12 Apr 21:00
· 42 commits to master since this release
b96be9d

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)