From b349160d766b13989780bd3981818f33c70132b9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 09:49:17 +0000 Subject: [PATCH] chore(main): release 8.2.8 --- .release-please-manifest.json | 2 +- docs/releasenotes/changelog.md | 9 ++++++++- src/robocop/__init__.py | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d10ec0a58..32e0c448d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "8.2.7" + ".": "8.2.8" } diff --git a/docs/releasenotes/changelog.md b/docs/releasenotes/changelog.md index 7ab226e4c..6604ce1a8 100644 --- a/docs/releasenotes/changelog.md +++ b/docs/releasenotes/changelog.md @@ -1,5 +1,12 @@ # Release notes +## [8.2.8](https://github.com/MarketSquare/robotframework-robocop/compare/v8.2.7...v8.2.8) (2026-04-20) + + +### Bug Fixes + +* Fix documentation typos & add documentation linter ([#1738](https://github.com/MarketSquare/robotframework-robocop/issues/1738)) ([2a45e93](https://github.com/MarketSquare/robotframework-robocop/commit/2a45e93432c94d1b8bf76b999172b1f582053e6e)) + ## [8.2.7](https://github.com/MarketSquare/robotframework-robocop/compare/v8.2.6...v8.2.7) (2026-04-14) @@ -509,4 +516,4 @@ https://robocop.readthedocs.io/en/v{version}/rules/rules_list.html#{rule-name} . New disabler directives (``robocop: fmt: off`` and ``fmt: off``) were not ignored by ``line-too-long`` rule. -From now on, together with other disablers, comments with disablers will be ignored when checking line length. +From now on, together with other disablers, comments with disablers will be ignored when checking line length. diff --git a/src/robocop/__init__.py b/src/robocop/__init__.py index 1c13d1ee3..e29732b16 100644 --- a/src/robocop/__init__.py +++ b/src/robocop/__init__.py @@ -1 +1 @@ -__version__ = "8.2.7" # x-release-please-version +__version__ = "8.2.8" # x-release-please-version