Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,12 +144,5 @@ File: `myserver_20251129_120000.log`
============================================================
```

## Release

```bash
git tag v0.1.0
git push origin v0.1.0
```

## License
Distributed under the MIT License. See LICENSE for more information.
29 changes: 29 additions & 0 deletions docs/operations.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Operations

Personal notes for maintaining and releasing retri.

## Release

```bash
git tag v0.1.0
git push origin v0.1.0
```

Tag push triggers GoReleaser via GitHub Actions → publishes `.deb` (amd64/arm64) to GitHub Releases.

## Update (on server)

```bash
retri --update
```

## Manual Build (for testing before release)

Trigger "Build and Release" workflow manually from GitHub Actions UI.
Downloads the dev `.deb` from the `dev` pre-release on the Releases page.

## Install from .deb

```bash
sudo apt-get install -y /tmp/retri_VERSION_amd64.deb
```
Loading