Creating release
By using gitab-ci you can create a new release for your module.
In order to create a new release, you need to follow these steps:
-
Edit the
.gitlab-ci.ymlfile, by changing the VERSION variable to the desired versionvariables: GIT_SUBMODULE_STRATEGY: recursive PROJECT_NAME: ${CI_PROJECT_NAME} VERSION: "0.1" # Make sure that the version text is unique -
Edit the
CHANGELOG.mdfile, put your own list of changes## Changelog - Fixed some error - Added new feature -
Create the new pipeline via gitlab-ui

-
Run the build job (this will build module for each preset + build the documentation)
Building takes about from 5 to 10 minutes, so be patient!
-
Run the release job (this will create a new release in gitlab-ui)

-
View your newly created release (once the release job finishes)
