mirror of
https://github.com/Gu1llaum-3/sshm.git
synced 2025-10-19 01:17:20 +02:00
feat: reorganize release notes
This commit is contained in:
parent
6ba82b1c97
commit
12d97270f0
@ -107,26 +107,43 @@ release:
|
|||||||
header: |
|
header: |
|
||||||
## SSHM {{.Version}}
|
## SSHM {{.Version}}
|
||||||
|
|
||||||
Thank you for downloading SSHM!
|
Thank you for downloading SSHM!
|
||||||
|
|
||||||
### Installation
|
footer: |
|
||||||
|
## Installation
|
||||||
|
|
||||||
**Homebrew (macOS/Linux):**
|
### Homebrew (macOS/Linux)
|
||||||
```bash
|
```bash
|
||||||
brew tap Gu1llaum-3/sshm
|
brew tap Gu1llaum-3/sshm
|
||||||
brew install sshm
|
brew install sshm
|
||||||
```
|
```
|
||||||
|
|
||||||
**Manual Installation:**
|
### Installation Script (Recommended)
|
||||||
Download the appropriate binary for your platform from the assets below.
|
**Unix/Linux/macOS:**
|
||||||
|
```bash
|
||||||
|
curl -sSL https://github.com/Gu1llaum-3/sshm/raw/main/install/unix.sh | bash
|
||||||
|
```
|
||||||
|
|
||||||
|
**Windows (PowerShell):**
|
||||||
|
```powershell
|
||||||
|
iwr -useb https://github.com/Gu1llaum-3/sshm/raw/main/install/windows.ps1 | iex
|
||||||
|
```
|
||||||
|
|
||||||
|
### Manual Installation
|
||||||
|
Download the appropriate binary for your platform from the assets above, extract it, and place it in your PATH.
|
||||||
|
|
||||||
footer: |
|
|
||||||
## Full Changelog
|
## Full Changelog
|
||||||
|
|
||||||
See all changes at https://github.com/Gu1llaum-3/sshm/compare/{{.PreviousTag}}...{{.Tag}}
|
See all changes at https://github.com/Gu1llaum-3/sshm/compare/{{.PreviousTag}}...{{.Tag}}
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
📖 **Documentation:** See the updated [README](https://github.com/Gu1llaum-3/sshm/blob/main/README.md)
|
||||||
|
|
||||||
|
🐛 **Issues:** Found a bug? Open an [issue](https://github.com/Gu1llaum-3/sshm/issues)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
Released with ❤️ by [GoReleaser](https://github.com/goreleaser/goreleaser)
|
Released with ❤️ by [GoReleaser](https://github.com/goreleaser/goreleaser)
|
||||||
|
|
||||||
# Snapshot builds (for non-tag builds)
|
# Snapshot builds (for non-tag builds)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user