Created
May 31, 2022 08:35
-
-
Save AvocadoVenom/67fa7a5aea1fae3d51b60560fa679a74 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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