Skip to content

Commit dc64903

Browse files
authored
Merge pull request #471 from arnested/misc-release
Tweak release building
2 parents f58e697 + c588982 commit dc64903

File tree

5 files changed

+2
-12
lines changed

5 files changed

+2
-12
lines changed

.chglog.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,4 @@ deb:
55
distribution: []
66
urgency: ""
77
debug: false
8-
owner: "Arne Jørgensen"
98
package-name: "ldddns"

.github/workflows/push.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ jobs:
5757
- name: Run GoReleaser
5858
uses: goreleaser/goreleaser-action@v6
5959
with:
60-
version: "~> v2"
6160
args: release --snapshot
6261
- uses: actions/upload-artifact@v6
6362
with:

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ jobs:
4141
- name: Run GoReleaser
4242
uses: goreleaser/goreleaser-action@v6
4343
with:
44-
version: "~> v2"
4544
args: release
4645
env:
4746
GITHUB_TOKEN: ${{ github.token }}

.goreleaser.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
---
22
version: 2
3-
before:
4-
hooks:
5-
- go mod download
63
builds:
74
- env:
85
- CGO_ENABLED=0
@@ -28,11 +25,7 @@ checksum:
2825
snapshot:
2926
version_template: '{{ .Tag }}-snapshot-{{ .ShortCommit }}'
3027
changelog:
31-
sort: asc
32-
filters:
33-
exclude:
34-
- '^docs:'
35-
- '^test:'
28+
use: github-native
3629
release:
3730
# If set to auto, will mark the release as not ready for production
3831
# in case there is an indicator for this in the tag e.g. v1.0.0-rc1

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
MIT License
22
===========
33

4-
Copyright (c) 2020, 2021, 2022, 2023, 2024 Arne Jørgensen
4+
Copyright (c) 2020, 2021, 2022, 2023, 2024, 2025 Arne Jørgensen
55

66
Permission is hereby granted, free of charge, to any person obtaining a copy
77
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)