This assumes that you are creating a release for an instance of Fedora
Connector installed in its normal place in the Omeka plugins
directory.
- export VERSION=42.0.13
- git flow release start $VERSION
- Update versions
plugin.ini
package.json
bower.json
- git commit -a -m "Set version number to $VERSION."
- npm install
- bower install
- PATH=$PATH:./node_modules/bin/
- curl -sS https://getcomposer.org/installer | php
- php composer.phar install
- grunt
- grunt compress
- if there are changes,
git commit -a -m "Updated payloads."
- Check the
pkg
tarball. - git flow release finish "$VERSION"
- git push --all
- git push --tags
Upload!