All custom actions / shared workflows / shared configs for rio (PlaySuisse) projects
- Bump version in
package.json
file. - Stage the new/edited files.
git add .
or else
- Commit
git commit -m YOUR_MESSAGE
- Tag
git tag -a -m RELEASE_NAME RELEASE_CODE
- Push
git push --follow-tags
- Manually create a new github release from the tag you created