-
Notifications
You must be signed in to change notification settings - Fork 61
chore(CI): Add release notes check #6682
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
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 6 Skipped Deployments
|
I am not too sure about this, why? Seems annoying. |
A reminder for people that may have forgot to fill it? |
| ) | ||
|
|
||
| if not any_checked and len(notes) > 0: | ||
| issues.append(f" - No checked items in release notes"); |
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.
Does this mean it will fail if we left the templates notes empty? IMO we shouldn't check that, sounds very annoying.
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.
You should remove it if you don't have any release notes
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.
I disagree, but I approved anyway. We'll revert when/if too many people complain.
# Description of change Adds a job which ensures that PR release notes are correct. It also now enforces that release notes have no empty check boxes, so in the case where there are no notes, the section should be deleted. --------- Co-authored-by: Thibault Martinez <thibault@iota.org>
# Description of change Adds a job which ensures that PR release notes are correct. It also now enforces that release notes have no empty check boxes, so in the case where there are no notes, the section should be deleted. --------- Co-authored-by: Thibault Martinez <thibault@iota.org>
# Description of change Adds a job which ensures that PR release notes are correct. It also now enforces that release notes have no empty check boxes, so in the case where there are no notes, the section should be deleted. --------- Co-authored-by: Thibault Martinez <thibault@iota.org> Signed-off-by: Roman Overko <roman.overko@iota.org>
# Description of change Adds a job which ensures that PR release notes are correct. It also now enforces that release notes have no empty check boxes, so in the case where there are no notes, the section should be deleted. --------- Co-authored-by: Thibault Martinez <thibault@iota.org> Signed-off-by: Roman Overko <roman.overko@iota.org>
# Description of change Adds a job which ensures that PR release notes are correct. It also now enforces that release notes have no empty check boxes, so in the case where there are no notes, the section should be deleted. --------- Co-authored-by: Thibault Martinez <thibault@iota.org>
# Description of change Adds a job which ensures that PR release notes are correct. It also now enforces that release notes have no empty check boxes, so in the case where there are no notes, the section should be deleted. --------- Co-authored-by: Thibault Martinez <thibault@iota.org>
# Description of change Adds a job which ensures that PR release notes are correct. It also now enforces that release notes have no empty check boxes, so in the case where there are no notes, the section should be deleted. --------- Co-authored-by: Thibault Martinez <thibault@iota.org>
# Description of change Adds a job which ensures that PR release notes are correct. It also now enforces that release notes have no empty check boxes, so in the case where there are no notes, the section should be deleted. --------- Co-authored-by: Thibault Martinez <thibault@iota.org>
Description of change
Adds a job which ensures that PR release notes are correct. It also now enforces that release notes have no empty check boxes, so in the case where there are no notes, the section should be deleted.