lib/glitter.rb in glitter-0.0.3 vs lib/glitter.rb in glitter-0.0.4
- old
+ new
@@ -168,9 +168,10 @@
method_option :release_notes, :type => :string, :aliases => "-m"
def push
puts "Pushing app #{app.head.object_name}"
app.head.notes = options[:release_notes]
app.head.push
+ app.appcast.push
puts "App pushed to #{app.head.url}"
puts "Updated #{app.appcast.url}"
end
private
\ No newline at end of file