Skip to content

Commit

Permalink
Automagically push my branch to origin
Browse files Browse the repository at this point in the history
  • Loading branch information
gjtorikian committed May 5, 2015
1 parent 7636ffb commit d3d33db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions script/release
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
require 'octokit'
require 'pp'

`git push origin`

MTEX2MML_HEADER = File.read(File.join('src', 'mtex2MML.h'))
VERSION = MTEX2MML_HEADER.match(/MTEX2MML_VERSION\s*"(.+?)"/)[1]
TAG_NAME = "v#{VERSION}"
Expand Down

0 comments on commit d3d33db

Please sign in to comment.