github-polyglot/RELEASING.md at main · spenserblack/github-polyglot · GitHub
Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 546 Bytes

File metadata and controls

13 lines (10 loc) · 546 Bytes

Releasing

This document provides a checklist for creating a new release.

Tasks

  1. Update action/Dockerfile to use the soon-to-be-created tag in FROM.
  2. Push the new tag with git tag <TAG_NAME> and git 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, push v1, too.
  3. Publish the drafted release.
  4. Publish the Ruby gem.