Compare commits
49
Commits
0.1.0
..
b27b146862
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b27b146862 | ||
|
|
368618177b
|
||
|
|
2703ac0d5f
|
||
|
|
65c242d512
|
||
|
|
0ff78d70db | ||
|
|
111aafb1aa | ||
|
|
aaebd58c69 | ||
|
|
0c560d1416 | ||
|
|
f62b0c142c | ||
|
|
fbbde61acc | ||
|
|
767fdd4e44 | ||
|
|
36d4d4a513 | ||
|
|
febea13ee4
|
||
|
|
9ebcdc56a6 | ||
|
|
193d696dd1 | ||
|
|
dbc0c2b072
|
||
|
|
43e300256b | ||
|
|
1b44e3ea0d | ||
|
|
b4d7c2659d
|
||
|
|
f691eb5050
|
||
|
|
0d35c61dfd | ||
|
|
8557efb2b2 | ||
|
|
df1acd5d41
|
||
|
|
87b16714d6
|
||
|
|
53574699f2 | ||
|
|
143925ab6a | ||
|
|
043b3a907f
|
||
|
|
0693a12d2d
|
||
|
|
c746644454 | ||
|
|
07fb81d46c | ||
|
|
e855735fbf
|
||
|
|
22e59af198 | ||
|
|
431d354032
|
||
|
|
3d782c591c
|
||
|
|
2cc584bc22
|
||
|
|
da46e840b0 | ||
|
|
ce5718036e
|
||
|
|
386aee5220
|
||
|
|
ef6e44b967
|
||
|
|
c89252b0e0 | ||
|
|
812bf910b8
|
||
|
|
c95a34ee2d | ||
|
|
b8f0d296f1
|
||
|
|
f123856b97 | ||
|
|
d984fb54e2
|
||
|
|
6a0d197675 | ||
|
|
b460057590
|
||
|
|
28e89646b6 | ||
|
|
ad3ba62609
|
@@ -0,0 +1,9 @@
|
||||
name: Release
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
|
||||
jobs:
|
||||
release:
|
||||
uses: unboundsoftware/shared-workflows/.gitea/workflows/Release.yml@fix-workflow-gitea-compat
|
||||
@@ -1,12 +0,0 @@
|
||||
include:
|
||||
- template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml'
|
||||
- project: unboundsoftware/ci-templates
|
||||
file: Release.gitlab-ci.yml
|
||||
|
||||
stages:
|
||||
- build
|
||||
|
||||
build:
|
||||
stage: build
|
||||
script:
|
||||
- env | sort
|
||||
+102
-3
@@ -1,5 +1,104 @@
|
||||
# Changelog
|
||||
## [1.3.4] - 2025-10-09
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
### ⚙️ Miscellaneous Tasks
|
||||
|
||||
<!-- generated by git-cliff -->
|
||||
- Switch to main branch
|
||||
## [1.3.3] - 2025-09-11
|
||||
|
||||
### ⚙️ Miscellaneous Tasks
|
||||
|
||||
- Restart from scratch
|
||||
## [1.3.2] - 2025-09-10
|
||||
|
||||
### ⚙️ Miscellaneous Tasks
|
||||
|
||||
- Add mmm
|
||||
## [1.3.1] - 2025-09-10
|
||||
|
||||
### 🐛 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
|
||||
|
||||
- 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
|
||||
|
||||
Reference in New Issue
Block a user