Skip to content

Commit 7223bf6

Browse files
committed
Sort changelog chronologically
1 parent 81544b0 commit 7223bf6

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,11 @@ jobs:
1010
- uses: actions/checkout@v4
1111

1212
- name: Set up Go
13-
uses: actions/setup-go@v5
13+
uses: actions/setup-go@v6
1414
with:
15+
# Not necessary to upload cache on self-hosted runner(s)
16+
# ~/go/pkg/mod and ~/.cache/go-build stay on disk between runs automatically.
17+
cache: false
1518
go-version: '1.25'
1619

1720
- name: Install dependencies

.goreleaser.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ checksum:
5252
name_template: 'checksums.txt'
5353

5454
changelog:
55-
sort: asc
55+
# Sort chronologically
56+
sort: ""
5657
filters:
5758
exclude:
5859
- '^docs:'

0 commit comments

Comments
 (0)