beacon-biosignals / julia_pod

k8s native julia development
MIT License
10 stars 3 forks source link

Automate creating tags / releases #76

Open glennmoy opened 1 year ago

glennmoy commented 1 year ago

For now they seem to be made manually, which is probably fine given the sporadic release cycle.

However, missing a tag can cause errors in downstream code that assumes each commit it tagged. This might be avoided if we could employ, e.g., a TagBot or some other GHA to tag new releases of the package upon merge into main.