We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 587adc9 commit bd137f7Copy full SHA for bd137f7
.golangci.yml
@@ -1,6 +1,4 @@
1
version: "2"
2
-run:
3
- concurrency: 1
4
output:
5
formats:
6
text:
CHANGELOG.md
@@ -8,6 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
9
## [Unreleased]
10
11
+### Added
12
+- Add support for the ChangeLogs alpha feature
13
+
14
+### Changed
15
+- Remove concurrency limit for golangci-lint in CI pipeline
16
17
## [0.8.0] - 2026-01-13
18
19
### Added
0 commit comments