Compare commits
21 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 53574699f2 | |||
| 143925ab6a | |||
|
043b3a907f
|
|||
|
0693a12d2d
|
|||
| c746644454 | |||
| 07fb81d46c | |||
|
e855735fbf
|
|||
| 22e59af198 | |||
|
431d354032
|
|||
|
3d782c591c
|
|||
|
2cc584bc22
|
|||
| da46e840b0 | |||
|
ce5718036e
|
|||
|
386aee5220
|
|||
|
ef6e44b967
|
|||
| c89252b0e0 | |||
|
812bf910b8
|
|||
| c95a34ee2d | |||
|
b8f0d296f1
|
|||
| f123856b97 | |||
|
d984fb54e2
|
@@ -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
|
||||
|
||||
+76
-3
@@ -1,11 +1,84 @@
|
||||
# Changelog
|
||||
## [1.3.0] - 2025-09-10
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
### 🚀 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
|
||||
|
||||
- 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
|
||||
|
||||
<!-- generated by git-cliff -->
|
||||
### ⚙️ 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
|
||||
|
||||
Reference in New Issue
Block a user