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.
sh
system cmd, exception: true
1 parent 404ca8b commit 142d49fCopy full SHA for 142d49f
tasks/changelog.rake
@@ -9,7 +9,7 @@ namespace :changelog do
9
ref_type = :pull if args[:id]
10
path = Changelog::Entry.new(type: type, ref_id: args[:id], ref_type: ref_type).write
11
cmd = "git add #{path}"
12
- system cmd, exception: true
+ sh cmd
13
puts "Entry '#{path}' created and added to git index"
14
end
15
@@ -21,7 +21,7 @@ namespace :changelog do
21
Changelog.new.merge!.and_delete!
22
cmd = "git commit -a -m 'Update Changelog'"
23
puts cmd
24
25
26
27
task :check_clean do
0 commit comments