6 Declare Changelogs - pillSoft/Piller GitHub Wiki
Piller allows you to show what is changed in the last version of application , changelogs is very important. Piller show all changelog you decleare and sort it automatically by number version tag.
Piller use xml to declare changelog and provide some tags that you must use
Go to /assets/Changelogs.xml
- Version Name: Declare the version name of app (can be string , number or both)
- Version Code: Declare the version code of app (will be used for sort , must be Integer )
- Description: A simple description of what is changed in the related release
- Date : Show the date of release ( isn't use to sort )
<Change>
<VersionName>1</VersionName>
<VersionCode>1</VersionCode>
<Description>First Release of piller 2.0</Description>
<Date>18/01/16</Date>
</Change>
- The first line of Changelogs.xml must be and the last must be
- Each changelog has as a first line and as last