Skip to content

Instantly share code, notes, and snippets.

@AvocadoVenom
Created May 31, 2022 08:35
Show Gist options
  • Save AvocadoVenom/67fa7a5aea1fae3d51b60560fa679a74 to your computer and use it in GitHub Desktop.
Save AvocadoVenom/67fa7a5aea1fae3d51b60560fa679a74 to your computer and use it in GitHub Desktop.
stages:
# - ...
- tag
changelog:
stage: tag
image: curlimages/curl:7.79.1
only:
- dev # Feel free to update this condition
script:
- './scripts/gitlab/gitlab-changelog.sh'
- './scripts/gitlab/gitlab-changelog.sh ${API_TOKEN}' # if you choose to fetch token from arguments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment