Currently, the zip file attached in the releases is a raw zip of the repository. This leads to a lot of unnecessary and potentially harmful files that user do not need like catchlib/, travis configs, and unit tests. There should be a script to clean the folder of these unnecessary files to zip for release.
Ideally, this should be written in either Python or Bash so that it can be integrated into CI easily.
Currently, the zip file attached in the releases is a raw zip of the repository. This leads to a lot of unnecessary and potentially harmful files that user do not need like catchlib/, travis configs, and unit tests. There should be a script to clean the folder of these unnecessary files to zip for release.
Ideally, this should be written in either Python or Bash so that it can be integrated into CI easily.