Skip to content

Commit fc8c568

Browse files
hsbtclaude
andcommitted
Disable release:guard_clean in Rakefile
The doc generation task creates man pages that make the working tree dirty, which causes guard_clean to fail during rake release. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 98bfa73 commit fc8c568

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Rakefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,5 @@ task :doc do
2525
end
2626

2727
task build: :doc
28+
29+
Rake::Task["release:guard_clean"].clear

0 commit comments

Comments
 (0)