Automating version-based releases of software/apps
Here is a workflow code I grabbed from the internet, more specifically a stackoverflow answer.
Could be of use if we want to explore automated releases with versioning…
name: Auto-Tag Release
on:
p…
Read more →