We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5404b24 commit f5a0ac0Copy full SHA for f5a0ac0
toys-release/CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Release History
2
3
+### v0.2.2 / 2025-11-30
4
+
5
+* FIXED: Fixed several crashes in the retry tool
6
+* FIXED: Fixed step cleaner trying to clean the .git directory on non-monorepos
7
+* FIXED: Repo prechecks can now actually stop releases from being performed
8
+* FIXED: Retry tool uses --work-dir= instead of --gh-pages-dir=
9
+* FIXED: Dry run mode no longer attempts to update pull requests or open issues
10
11
### v0.2.1 / 2025-11-30
12
13
* FIXED: Fixed some typos in the release pipeline logs
toys-release/lib/toys/release/version.rb
@@ -6,6 +6,6 @@ module Release
# Current version of the Toys release system.
# @return [String]
#
- VERSION = "0.2.1"
+ VERSION = "0.2.2"
end
0 commit comments