Compare commits
15 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0d35c61dfd | |||
| 8557efb2b2 | |||
|
df1acd5d41
|
|||
|
87b16714d6
|
|||
| 53574699f2 | |||
| 143925ab6a | |||
|
043b3a907f
|
|||
|
0693a12d2d
|
|||
| c746644454 | |||
| 07fb81d46c | |||
|
e855735fbf
|
|||
| 22e59af198 | |||
|
431d354032
|
|||
|
3d782c591c
|
|||
|
2cc584bc22
|
@@ -1,12 +1,16 @@
|
||||
include:
|
||||
- template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml'
|
||||
- project: unboundsoftware/ci-templates
|
||||
file: Defaults.gitlab-ci.yml
|
||||
- project: unboundsoftware/ci-templates
|
||||
file: Release.gitlab-ci.yml
|
||||
ref: version-file
|
||||
|
||||
stages:
|
||||
- build
|
||||
|
||||
build:
|
||||
stage: build
|
||||
image: amd64/alpine:3.22.1@sha256:04f9172abd4691ef13a65d0c5c3057ba365a8db269e848ae24f2151e50997f99
|
||||
script:
|
||||
- env | sort
|
||||
|
||||
+20
-10
@@ -1,7 +1,25 @@
|
||||
# Changelog
|
||||
## [1.3.1] - 2025-09-10
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
### 🐛 Bug Fixes
|
||||
|
||||
- Also add some lll
|
||||
## [1.3.0] - 2025-09-10
|
||||
|
||||
### 🚀 Features
|
||||
|
||||
- Add some k's
|
||||
## [1.2.2] - 2025-09-10
|
||||
|
||||
### ⚙️ Miscellaneous Tasks
|
||||
|
||||
- Just some changes
|
||||
## [1.2.1] - 2025-09-09
|
||||
|
||||
### ⚙️ Miscellaneous Tasks
|
||||
|
||||
- Remove CHANGELOG
|
||||
- Add defaults
|
||||
- Set image
|
||||
## [1.2.0] - 2024-10-04
|
||||
|
||||
### 🚀 Features
|
||||
@@ -12,13 +30,11 @@ All notable changes to this project will be documented in this file.
|
||||
### ⚙️ Miscellaneous Tasks
|
||||
|
||||
- Gggreat
|
||||
|
||||
## [1.1.0] - 2024-10-04
|
||||
|
||||
### 🚀 Features
|
||||
|
||||
- Ffffffeat
|
||||
|
||||
## [1.0.1] - 2024-10-04
|
||||
|
||||
### 📚 Documentation
|
||||
@@ -28,7 +44,6 @@ All notable changes to this project will be documented in this file.
|
||||
### ⚙️ Miscellaneous Tasks
|
||||
|
||||
- Release 1.0.1
|
||||
|
||||
## [1.0.0] - 2024-10-04
|
||||
|
||||
### 🚀 Features
|
||||
@@ -38,7 +53,6 @@ All notable changes to this project will be documented in this file.
|
||||
### ⚙️ Miscellaneous Tasks
|
||||
|
||||
- Release 1.0.0
|
||||
|
||||
## [0.2.0] - 2024-10-04
|
||||
|
||||
### 🚀 Features
|
||||
@@ -48,7 +62,6 @@ All notable changes to this project will be documented in this file.
|
||||
### ⚙️ Miscellaneous Tasks
|
||||
|
||||
- Release 0.2.0
|
||||
|
||||
## [0.1.1] - 2024-10-04
|
||||
|
||||
### 📚 Documentation
|
||||
@@ -58,7 +71,6 @@ All notable changes to this project will be documented in this file.
|
||||
### ⚙️ Miscellaneous Tasks
|
||||
|
||||
- Release 0.1.1
|
||||
|
||||
## [0.1.0] - 2024-10-04
|
||||
|
||||
### 🚀 Features
|
||||
@@ -75,5 +87,3 @@ All notable changes to this project will be documented in this file.
|
||||
- Update git-cliff commands and add MR handling
|
||||
- Refactor pipeline for next-release branch and changelog generation
|
||||
- Include pipeline from ci-templates
|
||||
|
||||
<!-- generated by git-cliff -->
|
||||
|
||||
Reference in New Issue
Block a user