Suprnovae / cockpit-app-abctotaal

1 stars 0 forks source link

push produced assets (executables and screenshots) to Github release #8

Open vidbina opened 7 years ago

vidbina commented 7 years ago

Problem

After a successful CI run on a PR to dev or master, all assets need to be pushed to the dedicated release on github.

NOTE: Initially, only screenshots will be bundled and posted to the releases on Github since executables are being cryptographically signed in the CI pipeline and should only be pushed to private repositories which we don't have for this project.

Approach WIP

Our merging approach will require naming our merging appropriately in order to trigger automated release generation. As long as the merge comment complies to the semver pattern exclusing the META clause, a release build should be executable.

References