This document provides a checklist for creating a new release.
- Update
action/Dockerfileto use the soon-to-be-created tag inFROM. - Push the new tag with
git tag <TAG_NAME>andgit push origin <TAG_NAME>.- The release workflow should handle creating a draft release and pushing a new Docker image.
- Push (or force push) a "shortcut" tag. For example, for
v1.2.3, pushv1, too.
- Publish the drafted release.
- Publish the Ruby gem.
