Skip to content

Creating a Release

Joel Potter edited this page Nov 18, 2021 · 4 revisions

Releases are handled by Github actions.

To release a new version:

  1. Update readme.txt:
    1. Set the stable tag to the new version number.
    2. Add a Changelog entry to match.
  2. Update ownerrez.php:
    1. Set the global OWNERREZ_VERSION variable to the new version number.
    2. Set the comments (line 19) to the new version number.
  3. Commit and push to Github.
  4. Create a release in Github with a tag pointing to the last release named v1.x.x (e.g. v1.0.0).
Clone this wiki locally