Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve Changelog handling #92

Open
Kamik423 opened this issue Aug 29, 2023 · 0 comments
Open

Improve Changelog handling #92

Kamik423 opened this issue Aug 29, 2023 · 0 comments

Comments

@Kamik423
Copy link
Member

A CHANGELOG.md should be included in the repository that then dynamically fills the notes in the Java code – potentially through a maven action.

// +++++++++++++++++++++++++ DON'T FORGET TO UPDATE EVERYTIME ++++++++++++++++++ //
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 v5.1.0\n• Restored compatibility with newer Java versions\n• Internal improvements to the release and code signing process";
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ //

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant