google / emboss

Emboss is a tool for generating code that reads and writes binary data structures.
Apache License 2.0
68 stars 21 forks source link

Create automatic releases via github workflow. #55

Closed AaronWebster closed 1 year ago

AaronWebster commented 1 year ago

Sets up a github workflow that will automatically push a release when the master branch is updated.

The release version is set by set_release_version.py and follows the format YYYY.MMDD.HHMMSS.

This release action doesn't do anything special at the moment except for creating a zipfile with the sources. I plan to use this workflow as a basis for adding Arduino integration in the future.