Skip to content

Commit 72b9c06

Browse files
committed
chore: add changelog
1 parent 355bf39 commit 72b9c06

File tree

2 files changed

+15
-7
lines changed

2 files changed

+15
-7
lines changed

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ brews:
9292
- repository:
9393
owner: golangci
9494
name: homebrew-tap
95-
folder: Formula
95+
directory: Formula
9696
homepage: https://golangci.com
9797
description: Fast linters runner for Go.
9898
install: |

CHANGELOG.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Follow the news and releases on [Mastodon](https://fosstodon.org/@golangcilint) and on [Twitter](https://twitter.com/golangci).
22

3-
There is the most valuable changes log:
3+
### v1.58.2
4+
5+
1. Updated linters
6+
* `canonicalheader`: from 1.0.6 to 1.1.1
7+
* `gosec`: from 2.19.0 to 2.20.0
8+
* `musttag`: from 0.12.1 to 0.12.2
9+
* `nilnil`: from 0.1.8 to 0.1.9
10+
2. Documentation
11+
* Improve integrations and install pages
412

513
### v1.58.1
614

@@ -63,7 +71,7 @@ There is the most valuable changes log:
6371
* Add `pre-commit` hook to run `config verify`
6472
* Improve `github-action` output
6573
6. Documentation
66-
* docs: remove deprecated Atom from Editor Integrations
74+
* Remove deprecated Atom from Editor Integrations
6775

6876
GitHub Action (v5.1.0) for golangci-lint:
6977
- supports for `pull`, `pull_request_target`, and `merge_group` events with the option `only-new-issues`.
@@ -121,8 +129,8 @@ GitHub Action (v5.1.0) for golangci-lint:
121129
* `wrapcheck`: from 2.8.1 to 2.8.3
122130
* Disable `copyloopvar` and `intrange` on Go < 1.22
123131
3. Enhancements
124-
* 🧩 New custom linters system https://golangci-lint.run/plugins/module-plugins/
125-
* 🎉 Allow running only a specific linter without modifying the file configuration (`--enable-only`)
132+
* 🧩New custom linters system https://golangci-lint.run/plugins/module-plugins/
133+
* Allow running only a specific linter without modifying the file configuration (`--enable-only`)
126134
* Allow custom sort order for the reports (`output.sort-order`)
127135
* Automatically adjust the maximum concurrency to the container CPU quota if `run.concurrency=0`
128136
* Add `config verify` command to check the configuration against the JSON Schema
@@ -142,8 +150,8 @@ GitHub Action (v5.1.0) for golangci-lint:
142150
* Use `GOTOOLCHAIN=auto` inside the Docker images
143151
5. Documentation
144152
* ⚠️ Define the linter deprecation cycle https://golangci-lint.run/product/roadmap/#linter-deprecation-cycle
145-
* 🎉 Use information from the previous release to create linter pages
146-
* 🎉 Publish JSON schema on https://golangci-lint.run/jsonschema/golangci.jsonschema.json
153+
* 🎉Use information from the previous release to create linter pages
154+
* Publish JSON schema on https://golangci-lint.run/jsonschema/golangci.jsonschema.json
147155
* Reorganize documentation pages
148156
* Add an explanation about the configuration file inside golangci-lint repository
149157

0 commit comments

Comments
 (0)