Compare commits
29 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ad9189fc7f | |||
| 8b94a5924a | |||
| beba22e0ef | |||
|
bb1e46d0ac
|
|||
| 39098617bc | |||
| 880cda75f7 | |||
| f2dc7a4f4f | |||
|
494fa8f167
|
|||
| b8033613e1 | |||
| eeb554abb6 | |||
| ceddd2cf06 | |||
|
c2ad13b752
|
|||
| 1e68bad977 | |||
| cd99965db2 | |||
| 291355c34e | |||
| ad32e150ed | |||
| b27b146862 | |||
|
368618177b
|
|||
|
2703ac0d5f
|
|||
|
65c242d512
|
|||
| 0ff78d70db | |||
| 111aafb1aa | |||
| aaebd58c69 | |||
| 0c560d1416 | |||
| f62b0c142c | |||
| fbbde61acc | |||
| 767fdd4e44 | |||
| 36d4d4a513 | |||
|
febea13ee4
|
@@ -0,0 +1,9 @@
|
|||||||
|
name: Release
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: [main]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
release:
|
||||||
|
uses: unboundsoftware/shared-workflows/.gitea/workflows/Release.yml@main
|
||||||
@@ -1,16 +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
|
|
||||||
ref: version-file
|
|
||||||
|
|
||||||
stages:
|
|
||||||
- build
|
|
||||||
|
|
||||||
build:
|
|
||||||
stage: build
|
|
||||||
image: amd64/alpine:3.22.1@sha256:04f9172abd4691ef13a65d0c5c3057ba365a8db269e848ae24f2151e50997f99
|
|
||||||
script:
|
|
||||||
- env | sort
|
|
||||||
@@ -1,3 +1,35 @@
|
|||||||
|
## [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
|
||||||
|
|
||||||
|
### ⚙️ Miscellaneous Tasks
|
||||||
|
|
||||||
|
- Switch to main branch
|
||||||
## [1.3.3] - 2025-09-11
|
## [1.3.3] - 2025-09-11
|
||||||
|
|
||||||
### ⚙️ Miscellaneous Tasks
|
### ⚙️ Miscellaneous Tasks
|
||||||
|
|||||||
Reference in New Issue
Block a user