Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 484 Bytes

RELEASING.adoc

File metadata and controls

19 lines (14 loc) · 484 Bytes

Releasing

This document is aimed at tfctl maintainers and describes the process of releasing a new gem version.

Process

git tag vX.X.X
git push origin vX.X.X
  • GitHub actions will build and release the gem and create a GitHub release automatically.