+3
−0
Loading
When `CI_JOB_TOKEN` is used for authentication and `auto-release-enabled` is `true`, GitLab does not trigger a new pipeline for the release tag pushed by semantic-release. This was undocumented, causing users to silently lose their tag pipelines with no explanation. - Add a warning note to the `CI_JOB_TOKEN` entry in the "Supported authentication methods" README section - Add a cross-reference warning at the tag pipeline description - Add a runtime `log_warn` in the template script, gated on `SEMREL_AUTO_RELEASE_ENABLED=true`, linking to the GitLab docs Closes #73