feat: initial release

This commit is contained in:
The0Mikkel
2024-05-28 00:36:17 +02:00
parent 6e6aa6cc10
commit 408bedb035
7 changed files with 7813 additions and 0 deletions

11
.github/workflows/release.yml vendored Normal file
View File

@@ -0,0 +1,11 @@
name: Release
on:
push:
branches:
- main
jobs:
release:
name: Release
uses: the0mikkel/ci/.github/workflows/semver-release.yml@v1.1.4