diff --git a/.cz.yaml b/.cz.yaml index 4fd2415..7dedb3a 100644 --- a/.cz.yaml +++ b/.cz.yaml @@ -4,4 +4,4 @@ commitizen: name: cz_conventional_commits tag_format: $major.$minor.$patch$prerelease update_changelog_on_bump: true - version: 0.2.0 + version: 0.3.0rc0 diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 17da79b..69b55b1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ include: ref: development file: - .gitlab-ci_common.yaml - - template/docker-image.gitlab-ci.yaml + - template/automagic.gitlab-ci.yaml variables: diff --git a/.nfc_automation.yaml b/.nfc_automation.yaml new file mode 100644 index 0000000..077d7f4 --- /dev/null +++ b/.nfc_automation.yaml @@ -0,0 +1,8 @@ +--- + +role_git_conf: + gitlab: + submodule_branch: "development" + default_branch: development + mr_labels: ~"type::automation" ~"impact::0" ~"priority::0" + auto_merge: true diff --git a/CHANGELOG.md b/CHANGELOG.md index 18cd821..2cb281c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.3.0rc0 (2023-09-02) + +### Features + +- **ci**: [21952f4c](https://gitlab.com/nofusscomputing/projects/docker-buildx-qemu/-/commit/21952f4cf0d08d877ce4bd443024a2de6c0ceb77) - use project gitlab-ci automagic template [ [!6](https://gitlab.com/nofusscomputing/projects/docker-buildx-qemu/-/merge_requests/6) [#1](https://gitlab.com/nofusscomputing/projects/docker-buildx-qemu/-/issues/1) ] + ## 0.2.0 (2023-05-21) ### Bug Fixes diff --git a/gitlab-ci b/gitlab-ci index 588956b..a5a9fa4 160000 --- a/gitlab-ci +++ b/gitlab-ci @@ -1 +1 @@ -Subproject commit 588956b27ec8973bf8a0ce39566f1ec07a0c2f6b +Subproject commit a5a9fa44374107657b2587ce52607d96a825be56