Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 429 Bytes

File metadata and controls

25 lines (19 loc) · 429 Bytes

Release Template

Version [vX.Y.Z]

🚀 Highlights

  • Brief summary of main feature.

➕ Added

  • Feature 1
  • Feature 2

🔧 Improved

  • Performance optimization in X
  • Standardized documentation

🐛 Fixed

  • Bug description

Deployment:

  1. Update version in pom.xml
  2. Update CHANGELOG.md
  3. Run .\compile.bat to verify build
  4. Tag commit with vX.Y.Z
  5. Push to GitHub