Release By Changelog template
Objective
Run release_by_changelog on your project.
How to use it
- Include the release_by_changelog template in your GitLab CI/CD configuration.
- 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. | "python" |
IMAGE_TAG |
The default tag for the docker image. | "latest" |
IMAGE |
The default docker image name. | "$IMAGE_NAME:$IMAGE_TAG" |
PROJECT_PATH |
The path to the project root directory. | "." |
RELEASE_BY_CHANGELOG |
The command to run release_by_changelog. | "release_by_changelog" |