Use changelog for listing changes

This commit is contained in:
Sonny Bakker 2020-12-20 21:13:43 +01:00
parent e251f633e1
commit d2a1fd7f3a
2 changed files with 25 additions and 1 deletions

View file

@ -7,6 +7,6 @@ release:
- echo 'running release job'
release:
name: 'Release $CI_COMMIT_TAG'
description: 'Auto created release'
description: './CHANGELOG.md'
tag_name: '$CI_COMMIT_TAG'
ref: '$CI_COMMIT_TAG'