Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate automatic draft release #115

Merged
merged 1 commit into from
Nov 10, 2023
Merged

Conversation

elhmn
Copy link
Contributor

@elhmn elhmn commented Nov 9, 2023

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

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
```
@elhmn elhmn requested a review from a team as a code owner November 9, 2023 17:00
Copy link
Member

@mhagger mhagger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can't vouch for the precise syntax, but it all looks plausible to me 👍

@elhmn elhmn merged commit 8452791 into master Nov 10, 2023
6 checks passed
@elhmn elhmn deleted the elhmn-automate-relase-asset-upload branch November 10, 2023 11:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants