build: workflow

This commit is contained in:
2025-06-19 20:14:49 +03:00
parent 4690494a5b
commit cf4e10136b
2 changed files with 24 additions and 0 deletions

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

@@ -0,0 +1,23 @@
name: Release
on:
push:
branches:
- master
permissions:
contents: write
pull-requests: write
issues: write
jobs:
release-please:
name: Release
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- uses: googleapis/release-please-action@v4
id: release
with:
release-type: simple

1
version.txt Normal file
View File

@@ -0,0 +1 @@
0.0.0