Browse Source

fix: update repository paths and improve release config

pull/85/head
dacrab 5 months ago
parent
commit
78ea5908db
  1. 19
      .goreleaser.yml

19
.goreleaser.yml

@ -55,6 +55,16 @@ checksum:
changelog: changelog:
sort: asc sort: asc
use: github
groups:
- title: Features
regexp: "^.*feat[(\\w)]*:+.*$"
order: 0
- title: 'Bug fixes'
regexp: "^.*fix[(\\w)]*:+.*$"
order: 1
- title: Others
order: 999
filters: filters:
exclude: exclude:
- '^docs:' - '^docs:'
@ -64,6 +74,9 @@ changelog:
- Merge branch - Merge branch
release: release:
github:
owner: dacrab
name: go-cursor-help
draft: false draft: false
prerelease: auto prerelease: auto
mode: replace mode: replace
@ -77,18 +90,18 @@ release:
See [CHANGELOG](CHANGELOG.md) for more details. See [CHANGELOG](CHANGELOG.md) for more details.
footer: | footer: |
**Full Changelog**: https://github.com/dacrab/cursor-id-modifier/compare/{{ .PreviousTag }}...{{ .Tag }}
**Full Changelog**: https://github.com/dacrab/go-cursor-help/compare/{{ .PreviousTag }}...{{ .Tag }}
## Quick Installation ## Quick Installation
**Linux/macOS**: **Linux/macOS**:
```bash ```bash
curl -fsSL https://raw.githubusercontent.com/dacrab/cursor-id-modifier/main/scripts/install.sh | sudo bash && cursor-id-modifier
curl -fsSL https://raw.githubusercontent.com/dacrab/go-cursor-help/main/scripts/install.sh | sudo bash && cursor-id-modifier
``` ```
**Windows** (PowerShell Admin): **Windows** (PowerShell Admin):
```powershell ```powershell
irm https://raw.githubusercontent.com/dacrab/cursor-id-modifier/main/scripts/install.ps1 | iex; cursor-id-modifier
irm https://raw.githubusercontent.com/dacrab/go-cursor-help/main/scripts/install.ps1 | iex; cursor-id-modifier
``` ```
snapshot: snapshot:

Loading…
Cancel
Save