Skip to content

Commit

Permalink
optimize readability
Browse files Browse the repository at this point in the history
  • Loading branch information
astrapi69 committed Sep 23, 2023
1 parent e49cf07 commit bcab465
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions DEPLOYMENT-INFO.md
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)

0 comments on commit bcab465

Please sign in to comment.