Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 354 Bytes

FAQ.md

File metadata and controls

14 lines (9 loc) · 354 Bytes

How do I create a GitHub release?

To create a new GitHub release Blueprint uses 'GitHub Automatic Releases':

https://github.com/marvinpinto/action-automatic-releases

To use, simply do the following:

git tag v0.x.x
git push origin v0.x.x

That will kick off the GitHub action 'Blueprint Release' and create the appropriate GitHub release.