Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 353 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (11 loc) · 353 Bytes

Building

To build either add-on, go to the appropriate directory and execute this command:

./build.sh

Releasing a new version

The Mozilla and OpenOffice.org add-ons are automatically versioned according to the latest annotated tag. To release a new version of either add-on, run:

git tag -a v9.8.7 -m '9.8.7'
./build.sh