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

Nightly built releases and notification #1648

Closed
chmike opened this issue May 14, 2020 · 4 comments
Closed

Nightly built releases and notification #1648

chmike opened this issue May 14, 2020 · 4 comments

Comments

@chmike
Copy link

chmike commented May 14, 2020

Description of the problem

The problem is that I subscribed to be notified of new releases of micro, and every day I get by mail a notification for the nightly built release.

The only option I have to stop that is to unsubscribe from the release notification. But I thus won’t be notified when a new release of micro is published.

Is there a way I could be notified of new releases and don’t get these daily notification mails of nightly releases ?

@Calinou
Copy link
Contributor

Calinou commented May 14, 2020

Is there a way I could be notified of new releases and don’t get these daily notification mails of nightly releases ?

For this to happen, nightly builds would need to be pushed to a separate repository.

@zyedidia
Copy link
Owner

I think a possible solution for this is to move the nightly tag and upload new assets every day, but not actually create a new release. We can probably make this change when updating the autoreleaser to use hub (on the hub-autorelease branch) because the current autorelease method has been deprecated.

@jn64
Copy link

jn64 commented May 29, 2020

This is a feature request you should direct to GitHub.

You could also filter your incoming mail (e.g. if from [email protected] and contains the phrase "micro" and "nightly build", send to trash). Most mail clients should support such filtering.

@zyedidia
Copy link
Owner

The nightly build will now only edit the attached assets every night, so you should no longer get emails about new nightly builds being released. One annoying side effect of this is that the nightly tag won't point to the commit used to build the nightly binaries (since updating the tag every night would require deleting and creating a new release), and the "release date" will be wrong. The nightly release description will be automatically edited to include the correct information (when the assets were uploaded, and which commit they correspond to).

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

No branches or pull requests

4 participants