Skip to content

Commit

Permalink
fix: release-cmd supports :skip option
Browse files Browse the repository at this point in the history
  • Loading branch information
armed committed Feb 13, 2024
1 parent 19d08b7 commit e0f8320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kmono/src/k16/kmono/config_schema.clj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[:aliases {:optional true}
[:vector :keyword]]
[:release-cmd {:optional true}
:string]
[:or [:= :skip] :string]]
[:local-deps {:optional true}
[:or
[:vector :symbol]
Expand Down

0 comments on commit e0f8320

Please sign in to comment.