Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 337 Bytes

HOW_TO_RELEASE.md

File metadata and controls

6 lines (6 loc) · 337 Bytes
  1. Write changelog in changelog.txt
  2. Update addon.xml - the version and the news tag
  3. Push to github wait for CI
    • submit PR upstream and merge it, then push to your personal fork
  4. Create a new git tag and push it to your personal fork with secrets for the submit action configured
    • git tag X.X.X && git push --tags