Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 653 Bytes

File metadata and controls

15 lines (14 loc) · 653 Bytes

Releasing jwarc

  1. Prepare release notes in CHANGELOG.md
  2. Prepare maven release: mvn release:prepare -Prelease
  3. Perform maven release: mvn release:perform -Prelease
  4. Copy release notes from CHANGELOG.md into Github release
  5. Attach the jar to the release.
  6. Build docker images:
version=$(git describe --tags --abbrev=0 | sed 's/^v//')
git checkout v$version
podman build --platform linux/amd64,linux/arm64 --manifest iipc/jwarc:$version .
podman manifest push --all iipc/jwarc:$version
podman manifest push --all iipc/jwarc:$version iipc/jwarc:latest