-
Notifications
You must be signed in to change notification settings - Fork 0
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
#110 - Introduce GH actions for version tag check and release notes presence #111
#110 - Introduce GH actions for version tag check and release notes presence #111
Conversation
…resence - Switched to use new GH action. Simplified workflow files.
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.
The check can be skipped by using the
skip-release-notes label.
I would add extra sentence about how to use it. It is little confusing, since it is not bool but people can write something as a string.
@@ -14,61 +14,14 @@ jobs: | |||
runs-on: {your-runner} |
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 would add a comment here, so it highlights where user is supposed to make a change. Should do the same change in other example.
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.
Fixed.
Release Notes:
Closes #110