mirror of
https://github.com/apricote/releaser-pleaser.git
synced 2026-01-13 13:21:00 +00:00
chore: setup renovate (#64)
This commit is contained in:
parent
dc1903c4b4
commit
7bd752c2f5
7 changed files with 125 additions and 23 deletions
|
|
@ -1,4 +1,4 @@
|
|||
stages: [release]
|
||||
stages: [ release ]
|
||||
|
||||
# For the GitLab CI/CD component to be usable, it needs to be published in
|
||||
# the CI/CD catalog. This happens on new releases.
|
||||
|
|
@ -6,7 +6,7 @@ stages: [release]
|
|||
# and create a corresponding GitLab Release.
|
||||
create-release:
|
||||
stage: release
|
||||
image: registry.gitlab.com/gitlab-org/release-cli:latest
|
||||
image: registry.gitlab.com/gitlab-org/release-cli:v0.18.0
|
||||
script: echo "Creating release $CI_COMMIT_TAG"
|
||||
rules:
|
||||
- if: $CI_COMMIT_TAG
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue