Compare commits
5 Commits
6a6a4fd9a0
...
dfcbde8f9c
Author | SHA1 | Date |
---|---|---|
sudo pacman -Syu | dfcbde8f9c | |
sudo pacman -Syu | 8a5971bede | |
sudo pacman -Syu | fb9054ed3c | |
sudo pacman -Syu | e4a916ee06 | |
sudo pacman -Syu | 4e45af207e |
|
@ -1,27 +0,0 @@
|
|||
name: goreleaser
|
||||
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- "*"
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
jobs:
|
||||
goreleaser:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: "stable"
|
||||
- uses: goreleaser/goreleaser-action@v6
|
||||
with:
|
||||
distribution: goreleaser
|
||||
version: latest
|
||||
args: release
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
@ -1,21 +0,0 @@
|
|||
version: 2
|
||||
before:
|
||||
hooks:
|
||||
- go mod tidy
|
||||
builds:
|
||||
- main: ./cmd/update-go-mod
|
||||
goos:
|
||||
- linux
|
||||
- windows
|
||||
- darwin
|
||||
goarch:
|
||||
- amd64
|
||||
- arm64
|
||||
universal_binaries:
|
||||
- replace: true
|
||||
archives:
|
||||
- format_overrides:
|
||||
- goos: windows
|
||||
format: zip
|
||||
changelog:
|
||||
use: github
|
16
CHANGELOG.md
16
CHANGELOG.md
|
@ -1,5 +1,21 @@
|
|||
# CHANGELOG
|
||||
|
||||
## v0.7.4 (2024-06-10)
|
||||
|
||||
### Others
|
||||
|
||||
- chore: fix goreleaser (2024-06-10)
|
||||
|
||||
- chore(changelog): generate v0.7.3 (2024-06-10)
|
||||
|
||||
## v0.7.3 (2024-06-10)
|
||||
|
||||
### Others
|
||||
|
||||
- chore: fix goreleaser (2024-06-10)
|
||||
|
||||
- chore(changelog): generate v0.7.2 (2024-06-10)
|
||||
|
||||
## v0.7.2 (2024-06-10)
|
||||
|
||||
### Others
|
||||
|
|
Loading…
Reference in New Issue