Editing tag reference on Github release
Posted under github tag release git onTo release my stretchly app I use Github releases. And my workflow is similar to this:
- create feature branch and PR for that branch
- make draft release and upload executables there
- test executables
- merge PR
- publish release
Two last steps...