Skip to content

Commit 2640317

Browse files
authored
Prepare 2025 Release (#966)
## Description Changes for the 2025.1 rulebook release. - update changelog - set active_version to FINAL - update README to reflect version is final ## Other comments TODO Tag this as `2025.1` after merge to create the release.
1 parent ad26a6a commit 2640317

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Changelog
22

3-
[Current Draft]: https://github.com/RoboCupAtHome/RuleBook/compare/2024.2..HEAD
3+
[Current Draft]: https://github.com/RoboCupAtHome/RuleBook/compare/2025.1..HEAD
4+
[2025.1]: https://github.com/RoboCupAtHome/RuleBook/compare/2024.2..2025.1
45
[2024.2]: https://github.com/RoboCupAtHome/RuleBook/compare/2024.1..2024.2
56
[2024.1]: https://github.com/RoboCupAtHome/RuleBook/compare/2023.2..2024.1
67
[2023.2]: https://github.com/RoboCupAtHome/RuleBook/compare/2023.1..2023.2
@@ -11,6 +12,7 @@ All notable changes to this project will be documented in this file.
1112

1213
## Rulebook [Current Draft]
1314

15+
## Rulebook [2025.1] - 2025-04-14
1416
* [#946](https://github.com/RoboCupAtHome/RuleBook/pull/946), [#947](https://github.com/RoboCupAtHome/RuleBook/pull/947): Various small Scoring Changes.
1517
* Receptionist: The Time of the test only starts after the fist person enters the arena or 2mins after start signal which results in up to two extra minutes for opening the door for the first guest.
1618
* [#943](https://github.com/RoboCupAtHome/RuleBook/pull/943): New HRI Task `Give Me A Hand` replacing Stickler. Checkout the pull request for more information.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RuleBook for RoboCup @Home 2025
88
[Rulebook](https://robocupathome.github.io/RuleBook/rulebook/master.pdf)
99
[Score sheets](https://robocupathome.github.io/RuleBook/scoresheets/master.pdf)
1010

11-
The current version for 2025 is **draft**
11+
The current version for 2025 is **final**; only minor (language) updates and clarifications may be made from now on.
1212

1313
[Changelog](CHANGELOG.md)
1414

setup/active_version.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
\newcommand{\YEAR}{2025}
2-
\newcommand{\STATE}{Draft}
3-
%\newcommand{\STATE}{Final}
2+
%\newcommand{\STATE}{Draft}
3+
\newcommand{\STATE}{Final}
44
%
55
% Local Variables:
66
% TeX-master: "../Rulebook"

0 commit comments

Comments
 (0)