Closed aubreypwd closed 6 years ago
Done! 1.2.2
README.md
readme.txt
== Upgrade Notice ==
composer.json
dist
@since NEXT
master
dist.sh
dist/
trunk/
svn status | grep -v "^.[ \t]*\..*" | grep "^?" | awk '{print $2}' | xargs svn add
svn cp trunk tags/x.x
svn ci -m ""
Resolves #69
Done! 1.2.2
README.md
orreadme.txt
readme.txt
== Upgrade Notice ==
details if anycomposer.json
version if there is onedist
incomposer.json
if there is one@since NEXT
master
after a final code reviewdist.sh
file run itdist/
folder in a clean WP install to ensure you have all your filestrunk/
with plugin files (copy contents ofdist/
totrunk/
if you have it)svn status | grep -v "^.[ \t]*\..*" | grep "^?" | awk '{print $2}' | xargs svn add
to add new filessvn cp trunk tags/x.x
with your release to tag a releasesvn ci -m ""
with your commit message and deploy to WordPress.orgResolves #69