Skip to content

Commit

Permalink
Document release process in readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
joedolson committed Nov 2, 2023
1 parent ee1c220 commit 3e37b60
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,15 @@ Before committing, staged files will be checked to see if any match the file typ

At times it might be appropriate to ignore an error. In most cases it is best to use inline comments for the linting tool in order to ignore the error for a given line of code.

In very rare cases it may be required to commit a change without resolving the lint errors. In those instances attempt to commit again with the `--no-verify` flag.
In very rare cases it may be required to commit a change without resolving the lint errors. In those instances attempt to commit again with the `--no-verify` flag.

## Release Process

This plugin uses the WordPress automatic updater through Github releases. To release an update:

* Update the version number in the readme.txt header.
* Update the version number in init.php
* Update the version numbers in src/wp-conference-schedule.php
* Create a new release at Github > Releases > Draft a new release.

The updater will only respond to releases marked as the latest release. Pre-release versions will not trigger updating.

0 comments on commit 3e37b60

Please sign in to comment.