Skip to content

Commit 49ce907

Browse files
chore(main): release 8.2.4 (#1713)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1f2097a commit 49ce907

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "8.2.3"
2+
".": "8.2.4"
33
}

docs/releasenotes/changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,13 @@ More detailed notes regarding 8.0.0 [here](8.0.0.md).
4848
* Fix rst-style urls in the documentation (#1640) (eb1dcab)
4949
* Update RenameVariables formatter so it treats numbers as part of word and does not split on it (#1663) (eddfd96)
5050

51+
## [8.2.4](https://github.com/MarketSquare/robotframework-robocop/compare/v8.2.3...v8.2.4) (2026-03-27)
52+
53+
54+
### Bug Fixes
55+
56+
* Add missing robot:exit-on-failure tag to reserved tag list ([#1712](https://github.com/MarketSquare/robotframework-robocop/issues/1712)) ([1f2097a](https://github.com/MarketSquare/robotframework-robocop/commit/1f2097a701984439a3a3e5c2583ac37f21d06bb4))
57+
5158
## [8.2.3](https://github.com/MarketSquare/robotframework-robocop/compare/v8.2.2...v8.2.3) (2026-03-17)
5259

5360

src/robocop/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "8.2.3" # x-release-please-version
1+
__version__ = "8.2.4" # x-release-please-version

0 commit comments

Comments
 (0)