feat: initial commit
Some checks failed
Semantic Release / Release (push) Failing after 26s

This commit is contained in:
lucasdpt
2026-03-13 15:52:59 +01:00
commit e38e8f6bf9
2 changed files with 56 additions and 0 deletions

32
.github/workflows/semantic-release.yml vendored Normal file
View File

@@ -0,0 +1,32 @@
name: Semantic Release
on:
push:
branches:
- main
- master
workflow_dispatch:
permissions:
contents: write
issues: write
pull-requests: write
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Setup semantic-release
uses: gitea.ldpt.fr/actions/semantic-release/setup-semantic-release@master
with:
node-version: "24"
- name: Run semantic-release
run: npx semantic-release