Skip to content

Generate automatic draft release#115

Merged
elhmn merged 1 commit intomasterfrom
elhmn-automate-relase-asset-upload
Nov 10, 2023
Merged

Generate automatic draft release#115
elhmn merged 1 commit intomasterfrom
elhmn-automate-relase-asset-upload

Conversation

@elhmn
Copy link
Copy Markdown
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
Copy Markdown
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
@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