Using GitHub actions and GitFlow to automate your release process
February 15, 2020•1,174 words
This blogpost describes an idea of using GitHub actions and GitFlow to automate away most of the steps that are involved in creating a new release. The end goal is to create a release of your software with only two steps:
Creating an issue
Merging a PR
Note that both of these can be done from within GitHub's web interface and without commandline interaction.
As a result, this strategy is very accessible and doesn't require deep understanding of the steps necessary to create a release.
Prere...
Read post