Skip to content

Commit c4a5109

Browse files
committed
add changelog
1 parent f9e4378 commit c4a5109

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## WP2Static Netlify Add-on 1.0
2+
3+
- non-functional dependency updates only but time for a 1.0 release
4+
5+
6+
## WP2Static Netlify Add-on < 1.0
7+
8+
- didn't maintain Changelog or use tags, please review version control if curious
9+

tools/build_release.sh

-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ composer install --quiet --no-dev --optimize-autoloader
2929
cp -r $EXEC_DIR/*.php $TMP_DIR/wp2static-addon-s3/
3030
cp -r $EXEC_DIR/src $TMP_DIR/wp2static-addon-s3/
3131
cp -r $EXEC_DIR/vendor $TMP_DIR/wp2static-addon-s3/
32-
cp -r $EXEC_DIR/README.txt $TMP_DIR/wp2static-addon-s3/
3332
cp -r $EXEC_DIR/views $TMP_DIR/wp2static-addon-s3/
3433

3534
cd $TMP_DIR

0 commit comments

Comments
 (0)