Skip to content

Commit 364a4bb

Browse files
committed
chore: prepare release
1 parent 5b60be1 commit 364a4bb

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,21 @@ If you value it, consider supporting us, we appreciate it! ❤️
77
[![Open Collective backers and sponsors](https://img.shields.io/badge/OpenCollective-Donate-blue?logo=opencollective&style=for-the-badge)](https://opencollective.com/golangci-lint)
88
[![GitHub Sponsors](https://img.shields.io/badge/GitHub-Donate-blue?logo=github&style=for-the-badge)](https://github.com/sponsors/golangci)
99

10+
### v2.3.0
11+
12+
1. Linters new features or changes
13+
* `ginkgolinter`: from 0.19.1 to 0.20.0 (new option: `force-assertion-description`)
14+
* `iface`: from 1.4.0 to 1.4.1 (report message improvements)
15+
* `noctx`: from 0.3.4 to 0.3.5 (new detections: `log/slog`, `exec`, `crypto/tls`)
16+
* `revive`: from 1.10.0 to 1.11.0 (new rule: `enforce-switch-style`)
17+
* `wsl`: from 5.0.0 to 5.1.0
18+
2. Linters bug fixes
19+
* `gosec`: from 2.22.5 to 2.22.6
20+
* `noinlineerr`: from 1.0.4 to 1.0.5
21+
* `sloglint`: from 0.11.0 to 0.11.1
22+
3. Misc.
23+
* fix: panic close of closed channel
24+
1025
### v2.2.2
1126

1227
1. Linters bug fixes

scripts/gen_github_action_config/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ func fetchAllReleases(ctx context.Context) ([]release, error) {
103103
EndCursor githubv4.String
104104
HasNextPage bool
105105
}
106-
} `graphql:"releases(first: 80, orderBy: { field: CREATED_AT, direction: DESC }, after: $releasesCursor)"`
106+
} `graphql:"releases(first: 50, orderBy: { field: CREATED_AT, direction: DESC }, after: $releasesCursor)"`
107107
} `graphql:"repository(owner: $owner, name: $name)"`
108108
}
109109

0 commit comments

Comments
 (0)