Skip to content
This repository was archived by the owner on Dec 6, 2022. It is now read-only.

Devnotes

Simon Mitterhofer edited this page Jan 10, 2017 · 3 revisions

Devnotes

Release new version

Composer

Create a release via Github interface

Standalone Zipfile

Make sure you have an updated clone of the repository in a folder named justimmo-wordpress-plugin. Replace x.x.x in tar command with version number and upload the file to the previously created release via Github Interface

git checkout package
git rebase origin/master
composer update --with-dependencies
git push --force origin package
cd ..
tar -czv --exclude=.idea --exclude=.git --exclude=.svn --exclude=.git -f justimmo-wordpress-plugin-x.x.x.tar.gz justimmo-wordpress-plugin

Wordpress Plugin Archive

tbd as soon as we get svn access

Clone this wiki locally