Verified Commit 85e5ffee authored by Bob Van Landuyt's avatar Bob Van Landuyt 💬
Browse files

fix(release): don't manually update the changelog

The semantic-release job from common-ci-tasks should take care of this
already. No need to do it manually.
parent 459359fd
Loading
Loading
Loading
Loading
Loading
+3 −10
Original line number Diff line number Diff line
@@ -25,13 +25,13 @@ include:

  # Runs rspec tests and rubocop on the project
  # see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/templates/ruby.md
  - project: 'gitlab-com/gl-infra/common-ci-tasks'
  - project: "gitlab-com/gl-infra/common-ci-tasks"
    ref: v2.77 # renovate:managed
    file: templates/ruby.yml

  - project: 'gitlab-com/gl-infra/common-ci-tasks'
  - project: "gitlab-com/gl-infra/common-ci-tasks"
    ref: v2.77 # renovate:managed
    file: 'danger.yml'
    file: "danger.yml"

.test_template: &test_definition
  extends: .with_bundle
@@ -55,10 +55,3 @@ deploy:
    - tools/deploy-rubygem.sh
  only:
    - tags

release:
  stage: release
  script:
    - tools/update-changelog.rb "${CI_COMMIT_TAG}"
  only:
    - tags