Skip to content

Commit e7b58a7

Browse files
author
Mihail Geshoski
committed
Add 5.1 to the version list
Part of the 5.1 release tasks the [week before the release](https://moodledev.io/general/development/process/release#1-week-prior)
1 parent b42150d commit e7b58a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-apidocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Generate API docs and publish to Github Pages
22

33
env:
4-
BRANCHLIST: "MOODLE_401_STABLE MOODLE_404_STABLE MOODLE_405_STABLE MOODLE_500_STABLE main"
5-
VERSIONLIST: "4.1 4.4 4.5 5.0 main"
4+
BRANCHLIST: "MOODLE_401_STABLE MOODLE_404_STABLE MOODLE_405_STABLE MOODLE_500_STABLE MOODLE_501_STABLE main"
5+
VERSIONLIST: "4.1 4.4 4.5 5.0 5.1 main"
66

77
on:
88
schedule:

0 commit comments

Comments
 (0)