b1712756e4
We needed a way to generate draft releases for git-sizer binaries. This commit adds a new `.github/workflows/release.yml` github action that will generate a draft release when a new tag version is pushed. the action will be triggered After the tag is created and pushed using: ``` git tag -as v$VERSION git push origin v$VERSION ``` |
||
---|---|---|
.. | ||
lint.yml | ||
release.yml | ||
test.yml |