Skip to content
Snippets Groups Projects
Commit 3bb02fc4 authored by Philipp Stadler's avatar Philipp Stadler
Browse files

fix: debug passing on of release notes

parent 62653f11
No related branches found
No related tags found
1 merge request!25fix: debug passing on of release notes
Pipeline #9771 passed
...@@ -75,6 +75,9 @@ release-notes: ...@@ -75,6 +75,9 @@ release-notes:
- if: $CI_COMMIT_TAG - if: $CI_COMMIT_TAG
script: script:
- make release-notes-last - make release-notes-last
artifacts:
paths:
- CHANGELOG-$NPM_VERSION.md
create-gitlab-release: create-gitlab-release:
image: registry.gitlab.com/gitlab-org/release-cli:latest image: registry.gitlab.com/gitlab-org/release-cli:latest
...@@ -84,8 +87,11 @@ create-gitlab-release: ...@@ -84,8 +87,11 @@ create-gitlab-release:
needs: needs:
- job: build - job: build
artifacts: true artifacts: true
- job: release-notes
artifacts: true
script: script:
- echo Creating GitLab release… - echo Creating GitLab release…
- ls CHANGELOG-*
release: release:
tag_name: '$CI_COMMIT_TAG' tag_name: '$CI_COMMIT_TAG'
name: 'Sinologie Anki Pack $CI_COMMIT_TAG' name: 'Sinologie Anki Pack $CI_COMMIT_TAG'
......
{ {
"name": "sinologie-anki-pack", "name": "sinologie-anki-pack",
"version": "1.1.12", "version": "1.1.13",
"description": "Anki template for learning to write, speak and understand Mandarin Chinese", "description": "Anki template for learning to write, speak and understand Mandarin Chinese",
"repository": "https://gitlab.phaidra.org/kartenaale/sinologie-anki-pack", "repository": "https://gitlab.phaidra.org/kartenaale/sinologie-anki-pack",
"author": "Philipp Stadler <hello@phstadler.com>", "author": "Philipp Stadler <hello@phstadler.com>",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment