Skip to content

Commit

Permalink
v0.8.21
Browse files Browse the repository at this point in the history
  • Loading branch information
retorquere committed Apr 5, 2015
1 parent 4e03fb1 commit 0f21001
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ deploy:
provider: releases
api_key:
secure: T7szb2Pl7AeK6aoJQqOVyupJq1JC+DzcewH03lMBnGROx6cFV8CWLKT7r51lh0D+LDxM6M1eZ4nKLCJe3GqJj8Q29CVZtg46W8YV/I4aGxJesD40k3VlUdqaLuj3a7kHPrAvJHw1glDe2pWgHO43vUcqJF2tsdFMNbsCwqNpH0c=
file: zotero-better-bibtex-0.8.20.xpi
file: zotero-better-bibtex-0.8.21.xpi
skip_cleanup: true
true:
tags: true
10 changes: 9 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,15 @@ task :markfailing do
}
end


task :release do
travis = YAML::load_file('.travis.yml')
travis['deploy']['file'] = XPI
open('.travis.yml', 'w'){|f| f.write(travis.to_yaml) }
sh "git add .travis.yml"
sh "git commit -m 'v#{RELEASE}'"
sh "git tag -a 'v#{RELEASE}' -m 'v#{RELEASE}'"
sh "git push"
end

file '.depends.mf' => SOURCES do |t|
open(t.name, 'w'){|dmf|
Expand Down
2 changes: 1 addition & 1 deletion install.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Description about="urn:mozilla:install-manifest">
<em:id>better-bibtex@iris-advies.com</em:id>
<em:name>Zotero Better Bib(La)Tex</em:name>
<em:version>0.8.20</em:version>
<em:version>0.8.21</em:version>
<em:description>Make Zotero useful for us LaTeX holdouts. More info @ https://github.com/ZotPlus/zotero-better-bibtex</em:description>
<em:creator>Emiliano Heyns</em:creator>
<em:iconURL>chrome://zotero-better-bibtex/skin/better-bibtex.svg</em:iconURL>
Expand Down

0 comments on commit 0f21001

Please sign in to comment.