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

fix: include tag_name in updateRelease #364

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

kickapoo
Copy link

@kickapoo kickapoo commented May 1, 2021

Problem

untagged release when a release includes assets upload.

Fix

When release with assets is needed, we update previously created draft release (in order to attach assets) by adding tag_name in github api call . tag_name option in not required based on git docs.

Details in #362

Must read comment: #362 (comment)

NOTE

DRAFT PR since my skills aren't node based (python dev). Need time to understand/learn/explore the unit tests failures.
Help is appreciated.

When release with assets is needed
we update previously created draft release
by adding tag_name in API call
@kickapoo kickapoo marked this pull request as draft May 1, 2021 18:56
@adrianschmidt
Copy link

FYI: I work in @kickapoo's sister team, and while I'm not a node developer specifically, I am a javascript developer, and I'm happy to help out as best I can.

@adrianschmidt
Copy link

I've fixed the lint errors and the failing tests in two fixup-commits, intended to be squashed into the main commit before merge, but I will of course be happy to edit the commits, if you have any other preference.

@kickapoo kickapoo marked this pull request as ready for review May 3, 2021 10:42
@kickapoo
Copy link
Author

kickapoo commented May 3, 2021

Seem can not add you as reviewer so cc , @gr2m

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.

None yet

2 participants