Skip to content

Commit a911d5c

Browse files
committed
Fix no commands warning for release command
1 parent adb613c commit a911d5c

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

lib/pyxis/commands/release.rb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,12 @@
33
module Pyxis
44
module Commands
55
class Release < Thor
6-
include SemanticLogger::Loggable
76
include PermissionHelper
87

8+
no_commands do
9+
include SemanticLogger::Loggable
10+
end
11+
912
desc 'create_canary', 'Promote an experimental build to canary'
1013
exclusive do
1114
at_least_one do

0 commit comments

Comments
 (0)