4 Commits

Author SHA1 Message Date
5618cb5efc chore: Release zfsbackup version 0.2.2
Some checks failed
Release / release (push) Has been cancelled
2026-04-26 18:27:32 +02:00
302009cf59 Add github workflow 2026-04-26 18:22:48 +02:00
1face8eea8 chore: Release zfsbackup version 0.2.1
All checks were successful
Release / release (push) Successful in 1m16s
2026-04-26 18:07:46 +02:00
48078e5bd3 Add gitea URLs 2026-04-26 18:07:37 +02:00
4 changed files with 31 additions and 2 deletions

25
.github/workflows/goreleaser.yaml vendored Normal file
View File

@@ -0,0 +1,25 @@
name: Release
on:
push:
tags:
- "*"
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up mise
uses: jdx/mise-action@v4
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
with:
distribution: goreleaser
version: "~> v2"
args: "release --clean"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

View File

@@ -9,3 +9,7 @@ builds:
- aarch64-unknown-linux-gnu
archives:
- formats: ["binary"]
gitea_urls:
api: https://git.shee.sh/api/v1
download: https://git.shee.sh

2
Cargo.lock generated
View File

@@ -413,7 +413,7 @@ dependencies = [
[[package]]
name = "zfsbackup"
version = "0.2.0"
version = "0.2.2"
dependencies = [
"chrono",
"clap",

View File

@@ -1,6 +1,6 @@
[package]
name = "zfsbackup"
version = "0.2.0"
version = "0.2.2"
edition = "2024"
publish = false