Compare commits

..

14 Commits

4 changed files with 39 additions and 16 deletions
+9
View File
@@ -0,0 +1,9 @@
name: Release
on:
push:
branches: [main]
jobs:
release:
uses: unboundsoftware/shared-workflows/.gitea/workflows/Release.yml@fix-workflow-gitea-compat
-15
View File
@@ -1,15 +0,0 @@
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
stages:
- build
build:
stage: build
image: amd64/alpine:3.23.2@sha256:f276aafd5da0d02877540e1dbf42bdd6b08191073438dd03f0d3b8078f30fb34
script:
- env | sort
+3 -1
View File
@@ -1 +1,3 @@
{"version":"1.3.4"} {
"version": "1.4.2"
}
+27
View File
@@ -1,3 +1,30 @@
## [1.4.2] - 2026-01-09
### ⚙️ Miscellaneous Tasks
- Use main branch from shared-workflows
## [1.4.1] - 2026-01-09
### 📚 Documentation
- Update README
## [1.4.0] - 2026-01-09
### 🚀 Features
- Migrate to Gitea Actions with shared release workflow
### 📚 Documentation
- Add README
### 🧪 Testing
- Use fix-workflow-gitea-compat branch from shared-workflows
### ⚙️ Miscellaneous Tasks
- Change to AWS CodeBuild runner
## [1.3.4] - 2025-10-09 ## [1.3.4] - 2025-10-09
### ⚙️ Miscellaneous Tasks ### ⚙️ Miscellaneous Tasks