Add reusable workflow for moodle release

This commit is contained in:
Anupama Dharmajan
2022-01-13 16:05:47 +11:00
parent 99e43b6c76
commit 7bf8b9a748
4 changed files with 23 additions and 51 deletions

View File

@@ -28,7 +28,8 @@
defined('MOODLE_INTERNAL') || die();
$plugin->component = "auth_outage";
$plugin->version = 2018062500; // The current plugin version (Date: YYYYMMDDXX).
$plugin->version = 2018062501; // The current plugin version (Date: YYYYMMDDXX).
$plugin->release = '1.0.9'; // Human-readable release information.
$plugin->requires = 2014051200; // Requires Moodle 2.7 or later. Moodle 3.0 or later recommended.
$plugin->maturity = MATURITY_STABLE; // Suitable for PRODUCTION environments!
$plugin->supported = [27, 32]; // A range of branch numbers of supported moodle versions.