Skip to content
Snippets Groups Projects
Commit bfb79b0d authored by Ernesto Rico Schmidt's avatar Ernesto Rico Schmidt
Browse files

Add template, use it for relase description

parent 20908280
No related branches found
No related tags found
No related merge requests found
......@@ -118,6 +118,6 @@ release_job:
release:
# TODO: automated release notes
name: 'Release $CI_COMMIT_TAG'
description: ./CHANGELOG
description: ./CHANGELOG.md
tag_name: '$CI_COMMIT_TAG'
ref: '$CI_COMMIT_TAG'
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Added
- ...
### Changed
- ...
### Deprecated
- ...
### Removed
- ...
### Fixed
- ...
### Security
- ...
## [1.0-alpha1] - 2023-02-24
Initial release.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment