josephburnett / jd

JSON diff and patch
MIT License
826 stars 38 forks source link

Build all artifacts before pushing during release #44

Closed josephburnett closed 2 years ago

josephburnett commented 2 years ago

When releasing 1.5.0 the docker build failed after the 1.5.0 tag was already pushed. Building 1.5.1 by hand caused two breakages:

The Makefile release target should be safe and idempotent. It should build all artifacts before pushing anything.

josephburnett commented 2 years ago

Fixed in 3bf0e165f3b20e2452dd14d3bd52b0fa4b3e03fa.