Skip to content

Files

Latest commit

afbd7cd · Nov 29, 2025

History

History
14 lines (11 loc) · 544 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 544 Bytes

unified-diff-parser

CI

Extract metadata from unified diffs

Releasing

Releases are automatically deployed and publicly available. To release:

  1. Bump version in build.gradle to a non-snapshot version
  2. Commit and push
  3. Bump version to next patch and append -SNAPSHOT
  4. Commit and push

This avoids accidentally forgetting to add -SNAPSHOT before subsequent pushes. The build would otherwise fail because it would refuse to overwrite the old version.