Skip to content

Commit d4f384d

Browse files
authored
prepare v2.6.3 (#204)
Signed-off-by: Yoan Blanc <yoan@dosimple.ch>
1 parent c5db3a0 commit d4f384d

3 files changed

Lines changed: 12 additions & 3 deletions

File tree

.goreleaser.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
version: 2
2+
13
project_name: editorconfig-core-go
24

35
before:
@@ -21,7 +23,8 @@ archives:
2123
- editorconfig
2224
format_overrides:
2325
- goos: windows
24-
format: zip
26+
formats:
27+
- zip
2528
files:
2629
- none*
2730

@@ -57,7 +60,7 @@ signs:
5760
- artifacts: checksum
5861

5962
snapshot:
60-
name_template: "{{ .Tag }}-development"
63+
version_template: "{{ .Tag }}-development"
6164

6265
changelog:
6366
sort: asc

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change log
22

3+
## v2.6.3 - 2025-03-12
4+
5+
- Targets Go 1.22
6+
- Bump x/mod to 0.23
7+
- Bump google/go-cmp to 0.7.0
8+
39
## v2.6.2 - 2024-04-02
410

511
- Fix paths on Windows

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.20
1+
FROM alpine:3.21
22

33
COPY editorconfig /usr/local/bin/
44

0 commit comments

Comments
 (0)