We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5db3a0 commit d4f384dCopy full SHA for d4f384d
3 files changed
.goreleaser.yml
@@ -1,3 +1,5 @@
1
+version: 2
2
+
3
project_name: editorconfig-core-go
4
5
before:
@@ -21,7 +23,8 @@ archives:
21
23
- editorconfig
22
24
format_overrides:
25
- goos: windows
- format: zip
26
+ formats:
27
+ - zip
28
files:
29
- none*
30
@@ -57,7 +60,7 @@ signs:
57
60
- artifacts: checksum
58
61
59
62
snapshot:
- name_template: "{{ .Tag }}-development"
63
+ version_template: "{{ .Tag }}-development"
64
65
changelog:
66
sort: asc
CHANGELOG.md
@@ -1,5 +1,11 @@
# Change log
+## v2.6.3 - 2025-03-12
+- Targets Go 1.22
6
+- Bump x/mod to 0.23
7
+- Bump google/go-cmp to 0.7.0
8
9
## v2.6.2 - 2024-04-02
10
11
- Fix paths on Windows
Dockerfile
@@ -1,4 +1,4 @@
-FROM alpine:3.20
+FROM alpine:3.21
COPY editorconfig /usr/local/bin/
0 commit comments