@@ -157,7 +157,7 @@ This job (disabled by default) runs `semantic-release` with `dry-run` mode in `.
This job can be enabled by defining the `SEMREL_INFO_ON` variable:
*`prod` to enable on production branch only (`master` by default)
*`prod` to enable on production branch only (`main` or `master` by default)
*`protected` to enable on protected references
*`all` to enable on all Git references. :warning: Beware that this job requires the `GITLAB_TOKEN` variable so you must unprotect it (this will make privilege escalation possible from developer to maintainer).