jstarks / npiperelay

npiperelay allows you to access Windows named pipes from WSL
MIT License
676 stars 70 forks source link

Create a release when a tag is pushed #14

Closed stuartleeks closed 4 years ago

stuartleeks commented 4 years ago

The goal of this PR is to automatically create a GitHub release (example here) when a git tag is pushed to the repo:

git tag v0.1.2
git push origin v0.1.2

Changes in PR: