--- when: - event: [pull_request, tag] - event: [push, manual] branch: - ${CI_REPO_DEFAULT_BRANCH} steps: changelog: image: quay.io/thegeeklab/git-sv commands: - git fetch --depth=2147483647 - git sv current-version - git sv release-notes - git sv release-notes -o CHANGELOG.md publish-github: image: docker.io/plugins/github-release settings: api_key: from_secret: github_token note: CHANGELOG.md overwrite: true title: ${CI_COMMIT_TAG} when: - event: [tag] depends_on: - test