Skip to content

Added jobs to create release notes

Etienne Baqué requested to merge 207379-add-release-notes-script into master

Description

This MR adds two jobs to be triggered upon creation of a (lightweight) tag:

Manual testing

This project was forked to https://gitlab.com/ebaque/cloud-deploy in order to test safely the creation of releases.

Here's the tested content in .gitlab-ci.yml: https://gitlab.com/ebaque/cloud-deploy/-/blob/release-with-image-digest/.gitlab-ci.yml

Creation of a lightweight tag:

Screenshot_from_2020-10-07_14-16-23

Upon creation of this tag, the following pipeline triggered:

Screenshot_from_2020-10-07_14-15-20

and this release was created:

Screenshot_from_2020-10-07_14-17-51

Pulling the new docker image using using the digest is the same as pulling using latest:

Screenshot_from_2020-10-07_14-27-22

Relates to gitlab#207379 (closed)

Edited by Etienne Baqué

Merge request reports