Skip to content

Commit

Permalink
updated release notes in Java
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamik423 committed Aug 28, 2023
1 parent 9a67320 commit 6394be7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ Release the app

Releasing a new version requires the Mac App to be codesigned and notarized. This can be done from the maven packaging process or via GitHub Actions CI on the `main` branch. The additional maven step will run a bash script (`src/build/mac-release.sh`) to codesign and notarize the Mac App with our private Apple Developer Certificate. Therefore, this step will only work on our systems or in GitHub Actions CI.

Before the release the version number and release notes should be adjusted in *src/main/java/de/paginagmbh/epubchecker/PaginaEPUBChecker.java*.

### Release requirements

* macOS 10.14+
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ public class PaginaEPUBChecker {

// +++++++++++++++++++++++++ DON'T FORGET TO UPDATE EVERYTIME ++++++++++++++++++ //

public static final String PROGRAMVERSION = "2.0.9";
public static final String VERSIONDATE = "26.05.2023";
public static final String PROGRAMVERSION = "2.0.10";
public static final String VERSIONDATE = "2023-08-28";
public static final String PROGRAMRELEASE = ""; // "" or "Beta"
public static final String RELEASENOTES = "-upgrade EPUBCheck to v.5.0.1";
public static final String RELEASENOTES = "• Upgrade EPUBCheck to v5.1.0\n• Restored compatibility with newer Java versions\n• Internal improvements to the release and code signing process";

// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ //

Expand Down

0 comments on commit 6394be7

Please sign in to comment.