-
Notifications
You must be signed in to change notification settings - Fork 1
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
1 changed file
with
6 additions
and
6 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 |
---|---|---|
@@ -1,13 +1,13 @@ | ||
# Overview | ||
|
||
Before we create a new version we have to consider following changes: | ||
Before we create a new version, we have to consider the following changes: | ||
|
||
Change all SNAPSHOT version in files | ||
Change all SNAPSHOT versions in files | ||
* CHANGELOG.md | ||
* gradle.properties | ||
* Change version in the 'src/main/izpack/install.xml' to the current release version | ||
* Change version in the about or info dialog to the current release version (/src/main/resources/ui/messages.properties) | ||
* Change default value for the version in the about or info dialog in the class | ||
io.github.astrapi69.mystic.crypt.DesktopMenu in callback method onNewInfoDialog#InfoDialog#newInfoPanel | ||
* Change the version in the 'src/main/izpack/install.xml' to the current release version | ||
* Change the version in the about or info dialog to the current release version (/src/main/resources/ui/messages.properties) | ||
* Change the version value for the version in the about or info dialog in the class | ||
'io.github.astrapi69.mystic.crypt.DesktopMenu' in callback method onNewInfoDialog$InfoDialog#newInfoPanel | ||
|
||
Then you can follow the instructions from the [wiki izpack section](https://github.com/astrapi69/mystic-crypt-ui/wiki/How-to-create-izpack-installer-with-gradle) |