-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
28 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
Change Log | ||
========== | ||
All notable changes to this project will be documented in this file. | ||
|
||
[Version 1.0.0 _(2018-04-11)_](https://github.com/xmartlabs/android-snapshot-publisher/releases/tag/v1.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. | ||
|
||
### 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) | ||
|
||
[Version 0.0.1 _(2018-03-08)_](https://github.com/xmartlabs/android-snapshot-publisher/releases/tag/v0.0.1) | ||
--- | ||
|
||
This is the initial version. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters