From 78ea5908db02ee565e1154b0da3b4333002125c0 Mon Sep 17 00:00:00 2001 From: dacrab Date: Fri, 27 Dec 2024 12:56:03 +0200 Subject: [PATCH] fix: update repository paths and improve release config --- .goreleaser.yml | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 1425f67..79037bd 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -55,6 +55,16 @@ checksum: changelog: 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: exclude: - '^docs:' @@ -64,6 +74,9 @@ changelog: - Merge branch release: + github: + owner: dacrab + name: go-cursor-help draft: false prerelease: auto mode: replace @@ -77,18 +90,18 @@ release: See [CHANGELOG](CHANGELOG.md) for more details. 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 **Linux/macOS**: ```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): ```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: