espressif / svd

SVD files for Espressif devices
Apache License 2.0
55 stars 2 forks source link

Add a CI workflow to create a release whenever `main` is pushed to #23

Closed jessebraham closed 2 years ago

jessebraham commented 2 years ago

Whenever the main branch is pushed to, this will action will create a tag and a release, both named using the current date (eg. 2022-07-22). Each release will contain all SVD files, regardless of whether or not a specific file has been updated. An example release can be found here.

@igrr @brianignacio5 does this seem suitable?

Closes #22.