Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 358 Bytes

RELEASE.md

File metadata and controls

7 lines (6 loc) · 358 Bytes

Releasing a new version of perses/github-actions

  • Append a commit "Prepare release vX.Y.Z" to the main branch that changes the ref number in action.yaml to the new version vX.Y.Z.
  • Create the release from github UI ("Draft a new release").
    • Create a new tag named vX.Y.Z targetting the main branch.
    • Fill title & desc
    • Publish