Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 728 Bytes

DEPLOYMENT-INFO.md

File metadata and controls

13 lines (10 loc) · 728 Bytes

Overview

Before we create a new version, we have to consider the following changes:

Change all SNAPSHOT versions in files

  • CHANGELOG.md
  • gradle.properties
  • 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