Compare commits
12 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 22e59af198 | |||
|
431d354032
|
|||
|
3d782c591c
|
|||
|
2cc584bc22
|
|||
| da46e840b0 | |||
|
ce5718036e
|
|||
|
386aee5220
|
|||
|
ef6e44b967
|
|||
| c89252b0e0 | |||
|
812bf910b8
|
|||
| c95a34ee2d | |||
|
b8f0d296f1
|
@@ -1,12 +1,16 @@
|
|||||||
include:
|
include:
|
||||||
- template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml'
|
- template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml'
|
||||||
|
- project: unboundsoftware/ci-templates
|
||||||
|
file: Defaults.gitlab-ci.yml
|
||||||
- project: unboundsoftware/ci-templates
|
- project: unboundsoftware/ci-templates
|
||||||
file: Release.gitlab-ci.yml
|
file: Release.gitlab-ci.yml
|
||||||
|
ref: version-file
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- build
|
- build
|
||||||
|
|
||||||
build:
|
build:
|
||||||
stage: build
|
stage: build
|
||||||
|
image: amd64/alpine:3.22.1@sha256:04f9172abd4691ef13a65d0c5c3057ba365a8db269e848ae24f2151e50997f99
|
||||||
script:
|
script:
|
||||||
- env | sort
|
- env | sort
|
||||||
|
|||||||
+32
-6
@@ -1,13 +1,43 @@
|
|||||||
# Changelog
|
## [1.2.1] - 2025-09-09
|
||||||
|
|
||||||
All notable changes to this project will be documented in this file.
|
### ⚙️ Miscellaneous Tasks
|
||||||
|
|
||||||
|
- Remove CHANGELOG
|
||||||
|
- Add defaults
|
||||||
|
- Set image
|
||||||
|
## [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
|
## [1.0.0] - 2024-10-04
|
||||||
|
|
||||||
### 🚀 Features
|
### 🚀 Features
|
||||||
|
|
||||||
- [**breaking**] New breaking change
|
- [**breaking**] New breaking change
|
||||||
|
|
||||||
|
### ⚙️ Miscellaneous Tasks
|
||||||
|
|
||||||
|
- Release 1.0.0
|
||||||
## [0.2.0] - 2024-10-04
|
## [0.2.0] - 2024-10-04
|
||||||
|
|
||||||
### 🚀 Features
|
### 🚀 Features
|
||||||
@@ -17,7 +47,6 @@ All notable changes to this project will be documented in this file.
|
|||||||
### ⚙️ Miscellaneous Tasks
|
### ⚙️ Miscellaneous Tasks
|
||||||
|
|
||||||
- Release 0.2.0
|
- Release 0.2.0
|
||||||
|
|
||||||
## [0.1.1] - 2024-10-04
|
## [0.1.1] - 2024-10-04
|
||||||
|
|
||||||
### 📚 Documentation
|
### 📚 Documentation
|
||||||
@@ -27,7 +56,6 @@ All notable changes to this project will be documented in this file.
|
|||||||
### ⚙️ Miscellaneous Tasks
|
### ⚙️ Miscellaneous Tasks
|
||||||
|
|
||||||
- Release 0.1.1
|
- Release 0.1.1
|
||||||
|
|
||||||
## [0.1.0] - 2024-10-04
|
## [0.1.0] - 2024-10-04
|
||||||
|
|
||||||
### 🚀 Features
|
### 🚀 Features
|
||||||
@@ -44,5 +72,3 @@ All notable changes to this project will be documented in this file.
|
|||||||
- Update git-cliff commands and add MR handling
|
- Update git-cliff commands and add MR handling
|
||||||
- Refactor pipeline for next-release branch and changelog generation
|
- Refactor pipeline for next-release branch and changelog generation
|
||||||
- Include pipeline from ci-templates
|
- Include pipeline from ci-templates
|
||||||
|
|
||||||
<!-- generated by git-cliff -->
|
|
||||||
|
|||||||
Reference in New Issue
Block a user