config/application.rb in origen_testers-0.8.3 vs config/application.rb in origen_testers-0.8.4

- old
+ new

@@ -68,10 +68,10 @@ end end # This will automatically deploy your documentation after every tag def after_release_email(tag, note, type, selector, options) - command = 'origen web compile --remote --api' + command = "origen web compile --remote --api --comment 'Release of #{Origen.app.name} #{Origen.app.version}'" Dir.chdir Origen.root do system command end end