Skip to content

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Hansknecht committed Jul 7, 2022
1 parent 4c1e298 commit 19c3b23
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab/ci/rules.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
if: '$CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH'

.if-release-branch: &if-release-branch
if: '$CI_COMMIT_REF_NAME =~ /^releases/'
if: '$CI_COMMIT_REF_NAME =~ /^releases/ && $CI_PIPELINE_SOURCE != "merge_request_event"'

.rules:release-branch:
rules:
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Changelog

## [Unreleased]

## [0.1.0] - 2022-07-07

Initial release

0 comments on commit 19c3b23

Please sign in to comment.