diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f4e1a87..f18145f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,6 +2,7 @@ include: - template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml' - project: unboundsoftware/ci-templates file: Release.gitlab-ci.yml + ref: version-file stages: - build diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index 6d3059c..0000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,79 +0,0 @@ -# Changelog - -All notable changes to this project will be documented in this file. - -## [1.2.0] - 2024-10-04 - -### 🚀 Features - -- Hhhold your horses -- Iiinteresting changes - -### ⚙️ Miscellaneous Tasks - -- Gggreat - -## [1.1.0] - 2024-10-04 - -### 🚀 Features - -- Ffffffeat - -## [1.0.1] - 2024-10-04 - -### 📚 Documentation - -- *(area)* Eeeeeeeee - -### ⚙️ Miscellaneous Tasks - -- Release 1.0.1 - -## [1.0.0] - 2024-10-04 - -### 🚀 Features - -- [**breaking**] New breaking change - -### ⚙️ Miscellaneous Tasks - -- Release 1.0.0 - -## [0.2.0] - 2024-10-04 - -### 🚀 Features - -- Something else - -### ⚙️ Miscellaneous Tasks - -- Release 0.2.0 - -## [0.1.1] - 2024-10-04 - -### 📚 Documentation - -- More changes - -### ⚙️ Miscellaneous Tasks - -- Release 0.1.1 - -## [0.1.0] - 2024-10-04 - -### 🚀 Features - -- Add pipeline - -### 📚 Documentation - -- Add dummy change - -### ⚙️ Miscellaneous Tasks - -- Add prepare_release stage to generate CHANGELOG.md for release -- Update git-cliff commands and add MR handling -- Refactor pipeline for next-release branch and changelog generation -- Include pipeline from ci-templates - -