Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Latest commit

 

History

History
14 lines (13 loc) · 426 Bytes

RELEASE.md

File metadata and controls

14 lines (13 loc) · 426 Bytes

Release Checklist

Update version, tag, and publish

  • git checkout main
  • git pull origin
  • Update dependencies and version number in package.json
  • npm install
  • npm run all
  • git add . && git commit -m 'vA.B.C'
  • git tag vA.B.C
  • git push origin main vA.B.C
  • Go to https://github.com/rapideditor/pixi-texture-allocator/tags
  • Convert the tag to a release
  • npm publish