DEV Community

Discussion on: Automatically creating the release for a WordPress plugin

Collapse
 
francescobianco profile image
Francesco Bianco

I am proud to show my solution for creating complex ZIP files based on a MANIFEST called ".distfile". This is useful for create software bundle from source code, or for create backup from specific files on your workstation

github.com/javanile/dist.sh

To avoid secret or custom stuff into your ZIP file, use a .distfile to bundle your project.