Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects

Release By Changelog template

License: MIT

Objective

Run release_by_changelog on your project.

How to use it

  1. Include the release_by_changelog template in your GitLab CI/CD configuration.
  2. If you need to customize the job, refer to the jobs customization documentation.

Variables

Name Description Default
IMAGE_NAME The default name for the docker image. "registry.gitlab.com/gitlab-org/release-cli"
IMAGE_TAG The default tag for the docker image. "latest"
IMAGE The default docker image name. "$IMAGE_NAME:$IMAGE_TAG"
CHANGELOG_FILEPATH The path to the CHANGELOG.md file. "CHANGELOG.md"