You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add .distignore
* Update devdependencies
* Update playwright to 1.53
* Use new headless mode
* Do not use headless
* Adjust instructions to use wp dist-archive to adopt
Copy file name to clipboardExpand all lines: RELEASE
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -12,9 +12,8 @@ Perform the following steps to release a new version of the plugin on wordpress.
12
12
10. If Subversion repo already existed: run `svn update` inside repo `tiny-compress-images`.
13
13
11. Update svn:ignore property of trunk when .gitignore is updated: `svn propedit svn:ignore trunk`. Make sure src/vendor/\* is NOT ignored in SVN.
14
14
12. Delete everything in trunk `rm -rf <path-to-local-svn-repo/trunk/*`.
15
-
13. Manually copy the Git release to the local Subversion repo: run following command under your Github repo: `git ls-files | xargs tar c | tar x -C <path-to-local-svn-repo>/trunk/`.
15
+
13. Manually copy the Git release to the local Subversion repo: run following command under your Github repo: `rsync -av --delete --exclude-from='.distignore' ./ <path-to-local-svn-repo>/trunk/`.
16
16
14. Go back to your svn repo and add new files `svn st | awk '/^\?/ { print $2; }' | xargs svn add`.
0 commit comments