Automattic / liveblog

Liveblogging done right. Using WordPress.
https://wordpress.org/plugins/liveblog/
311 stars 122 forks source link

Implement auto-deployment to the WordPress.org svn repo #675

Closed philipjohn closed 2 years ago

philipjohn commented 2 years ago

Implements 10up's Github Action to automatically push new tags to the WordPress.org SVN repo.

The .distignore removes anything not necessary for development, or stuff that doesn't make sense (like Markdown files) from SVN. It runs npm run build to build the assets before committing. It also moves WordPress.org-specific assets to the .wordpress-org directory which the deploy action will put into an assets folder in SVN.

philipjohn commented 2 years ago

Yeah, looks like there just isn't a screenshot-3 for some reason..