-
Notifications
You must be signed in to change notification settings - Fork 0
Creating a Release
Joel Potter edited this page Nov 18, 2021
·
4 revisions
Releases are handled by Github actions.
To release a new version:
- Update readme.txt:
- Set the
stable tag
to the new version number. - Add a Changelog entry to match.
- Set the
- Update ownerrez.php:
- Set the global
OWNERREZ_VERSION
variable to the new version number. - Set the comments (line 19) to the new version number.
- Set the global
- Commit and push to Github.
- Create a release in Github with a tag pointing to the last release named
v1.x.x
(e.g. v1.0.0).
Please submit questions or problems to help@ownerreservations.com