-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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 badge status #2991
Fix badge status #2991
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably best to merge it into master like the PR wants to. Any objections @MichMich ?
should be available on We could merge this on |
Sounds like a plan. Do you want to? |
o.k. |
did it the other way (merge on |
Sorry for my slow response. My bad. But for future PR's I think we should refrain from any merge into master if it's not solving a blocking issue. This PR into master caused an update notification for all users which seem to have caused a lot of confusion (especially since it's not a tagged commit). I really try to limit any update to master to the four releases per year to prevent update-fatigue. :) |
and "only MichMich does releases" ... I think I have a solution for "never ever merge to master". I updated the
This would allow us to update things on |
i think never commit to master unless it is a hotfix and changes the version number and is tagged certainly no reason to update the readme |
Nice idea, but this has got to be very foolproof and well tested. Imagine the update notifications being never shown again and therefore no bugfixes will get pulled... So maybe just go the "never merge to master unless a hotfix with a new version tag is necessary" route? |
thats the current situation (at least until next release) ...
agree, did already some testing. Will do a draft PR (not yet, depends on another upcoming PR) and the you can take a look ... |
I'm confused, does this mean everyone using MagicMirror2 has received a notification about this pull request? |
yes. the updatenotification module was checking commits, and this one was a+1, so it popped up a change notice on every mirror running the notification module. and my update script failed cause the version didn't change. |
I feel famous |
me too, because I did the push 😚 |
) see discussion here: #2991 (comment) I still see a need for updating `master` in special cases (e.g. correct errors in README.md which would otherwise be present up to 3 month until next release) so with this PR **only for MagicMirror repo** and **only for `master` branch** updatenotifications are only triggered if at least one of the new commits has a tag. May @MichMich must decide if this is wanted. Co-authored-by: Veeck <github@veeck.de>
No description provided.