Skip to content

Commit

Permalink
PM-43060 Document changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mst-kialo committed Oct 20, 2023
1 parent 95c9170 commit 0bc314f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions development/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@ To create a new release, follow these steps:

1. Ensure the version in `version.php` has been incremented and `CHANGES.md` has been updated accordingly.
2. Create a new tag, e.g. `git tag v1.2.3`.
* For pre-releases that should not be pushed to the moodle plugin directory, use a tag name like `v1.2.3-beta1`.
As long as the name contains the keyword `beta`, the release will not be pushed to the moodle plugin directory.
3. Push the commit and the tag to GitHub (`git push && git push --tags`).

To verify that the release was successful:
Expand All @@ -133,6 +135,7 @@ To verify that the release was successful:
Note that the release job in the CI workflow is only triggered for tags.
2. Check the release [on GitHub](https://github.com/kialo/moodle-mod_kialo/releases). Ensure the `mod_kialo.zip` file is attached.
3. Check the release on https://moodle.org/plugins/mod_kialo. Ensure the version number and changelog is correct.
This only applies to non-beta releases.

### Manual Release

Expand Down

0 comments on commit 0bc314f

Please sign in to comment.