-
-
Notifications
You must be signed in to change notification settings - Fork 10.1k
Add missing merge labels for jekyllbot #5753
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
@@ -38,8 +38,9 @@ The categories match the H3's in the history/changelog file, and they are: | |||
1. Major Enhancements (`+major`) – major updates or breaking changes to the code which necessitate a major version bump (v3 ~> v4) | |||
2. Minor Enhancements (`+minor`) – minor updates (feature, enhancement) which necessitate a minor version bump (v3.1 ~> v3.2) | |||
3. Bug Fixes (`+bug`) – corrections to code which do not change or add functionality, which necessitate a patch version bump (v3.1.0 ~> v3.1.1) | |||
4. Site Enhancements (`+site`) – changes to the source of https://jekyllrb.com, found in `site/` | |||
4. Site Enhancements (`+site` or `+doc`) – changes to the source or the documentation found in `docs/` and published on https://jekyllrb.com, |
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 think +doc
routes to Documentation
, not Site Enhancements
. https://github.com/parkr/auto-reply/blob/e5c55feb1811aad9f2426fbe49891c50a3376e8f/chlog/merge_and_label.go#L54-L59
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.
yup
5. Development Fixes (`+dev`) – changes which do not affect user-facing functionality or documentation, such as test fixes or bumping internal dependencies | ||
6. Forward Ports (`+port`) — forward-port changes, e.g. from v3.1.4. |
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.
"forward-port changes" doesn't really describe this well if you don't know what forward-porting is supposed to mean. How about:
Forward Ports (
+port
) – bug fixes applied to a previous version of Jekyll pulled ontomaster
, e.g. cherry-picked commits from3-1-stable
tomaster
?
@jekyllbot: merge +doc |
doc
andport-forward
were missing.source: https://github.com/parkr/auto-reply/blob/e5c55feb1811aad9f2426fbe49891c50a3376e8f/chlog/merge_and_label.go#L30-L70
/cc @jekyll/core