How to build and release a new version of AddArt
This is simulating an exciting 0.4.4 release
– this needs to be updated now that AdBlockPlus is incorporated. Also, server.rdf is looking pretty messy. Some way of clarifying would be helpful.
- edit
addart/install.rdfand update the version number (em:version) - run compile.sh to build a new XPI build.bat for windows folks
- rename
addart.xpito something sexy and self-descriptive, likeaddart0.4.4.xpi - calculate its sha1 using (on a mac)
openssl sha1 addart0.4.4.xpi - edit
server/server.rdf- in the top block add an
RDF:liline with the new version number - copy and paste one of the previous
RDF:Descriptionblocks - change all previous version numbers in this new block to 0.4.4 (there should be 3)
- put in your fresh MD5 in
em:updateHash - save
server/server.rdf
- in the top block add an
- using the McCoy tool sign the server file by clicking the sign button, then selecting
server/server.rdf - tag your release in subversion
- while inside /trunk execute
svn copy . http://dev.eyebeam.org/svn/addart/tags/0-4-4 -m "tagging 0.4.4" - commit:
svn commit -m "tagging 0.4.4"
- while inside /trunk execute
- upload the new XPI and the modified server.rdf to the server!
- update the version history
- take out the extra stuff and do it again for addons.mozilla.org
- ???
- PROFIT!


RSS feeds