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

make release filename customizable #37

Merged
merged 1 commit into from
Apr 4, 2021
Merged

make release filename customizable #37

merged 1 commit into from
Apr 4, 2021

Conversation

nkrusch
Copy link
Contributor

@nkrusch nkrusch commented Apr 3, 2021

This change makes the release filename customizable by the client. Release name should be specified without file extension.

I ran into needing this in a project using a CI + multiple target releases for different browsers. I wanted to be able to upload those releases to Github, but they will have the same filename until I can override the release filename.

Current behavior
At the moment it is hardcoded and no option to override.

Regression
This change is backwards compatible and will fallback to release.zip if client does not specify a custom name for the release zip file.

@nkrusch
Copy link
Contributor Author

nkrusch commented Apr 3, 2021

Hi @zicsus, planning to merge this change. Do you see any conflict?

@nkrusch nkrusch added this to the 0.11.9 milestone Apr 3, 2021
@zicsus zicsus merged commit 1cd1802 into master Apr 4, 2021
@nkrusch nkrusch deleted the custom-release-name branch April 4, 2021 20:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants