Updates to release doc and build script

This commit is contained in:
Mateus Machado Luna 2018-10-25 10:37:28 -03:00
parent faec63b8d6
commit a9c282bba2
2 changed files with 2 additions and 2 deletions

View File

@ -68,7 +68,7 @@ rm -rf $wp_plugin_dir
mkdir $wp_plugin_dir
rsync -axz --exclude='vendor/bin/phpc*' --exclude='vendor/squizlabs' --exclude='vendor/wimg' \
--exclude='vendor/respect/validation/.git' --exclude='pdf-viewer/pdfjs-dist/web/compressed.tracemonkey-pldi-09.pdf' \
--exclude='vendor/respect/validation/.git' --exclude='vendor/symfony/polyfill-mbstring/.git' --exclude='pdf-viewer/pdfjs-dist/web/compressed.tracemonkey-pldi-09.pdf' \
src/* $wp_plugin_dir/
rm -rf $wp_plugin_dir/scss

View File

@ -30,7 +30,7 @@ Edit `webpack.config.js` to set production mode.
### Commit and create tag
```
git commit -am"Releasing version $NEW_VERSION"
git commit -am "Releasing verion $NEW_VERSION"
```
### Build and cleanup