This requires the following tools:
The procedure is:
- Make sure the module builds correctly using the Github CI pipeline and RISC OS Build Service (preferred) or the
!!Releasescript under RISC OS. - Bump the version number in VersionNum:
vmanage inc - Update
!ReadMeto include the new version number - Commit the new
VersionNumand!ReadMefiles:git commit VersionNum \!ReadMe - Tag the new release:
git tag v1.23(remember to specify the correct version number!) - Push to Github:
git push --tags