Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 429 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 429 Bytes

RIO Github Actions

All custom actions / shared workflows / shared configs for rio (PlaySuisse) projects

Release new version

  1. Bump version in package.json file.
  2. Stage the new/edited files.
    • git add . or else
  3. Commit
    • git commit -m YOUR_MESSAGE
  4. Tag
    • git tag -a -m RELEASE_NAME RELEASE_CODE
  5. Push
    • git push --follow-tags
  6. Manually create a new github release from the tag you created