git-sizer/.github/workflows
elhmn b1712756e4 Generate automatic draft release
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
```
2023-11-09 17:53:13 +01:00
..
lint.yml Add an action to run a linter over the code 2021-11-13 18:50:35 +01:00
release.yml Generate automatic draft release 2023-11-09 17:53:13 +01:00
test.yml test.yml: fix spelling (and make consistent with `lint.yml`) 2021-11-13 18:50:35 +01:00