Release Process
This file describes a minimal release process for publishing EzClean.
- Update
CHANGELOG.mdwith notable changes. - Bump the plugin version in
pom.xml. - Create a signed Git tag and push it to the repository.
- Build the artifact and attach it to a GitHub Release.
Notes about packaging:
- The project uses a shading step which may require compatible versions of the shading plugin and ASM for newer Java versions.
- If packaging fails due to shading/classfile versions, build the release artifacts on a machine with a matching JDK and ensure plugin versions are up-to-date.