-
Notifications
You must be signed in to change notification settings - Fork 9
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
update changelog: escape underscore characters #28
Comments
@gabor can you elaborate a bit more on why it should escape it with a backslash as it looks like github can handle underscores pretty well even when unescaped? Any examples of where it broke or how to reproduce? |
hi @tolzhabayev , thanks for looking at this issue! the CI jobs that validate the changelog-markdown-file will fail in some situations. for example, i made a test pull request where i removed the escaping, and see how it failed: grafana/grafana#42829 basically, if you run |
@gabor I have looked more into it and it seems it should be working. I have tested it locally and it works for me 🤷 |
@tolzhabayev hmm, i think the prettier that is failing is in the
so, in short:
so, if you want does this help? maybe i'm misunderstanding something in the question, sorry 😄 |
we had pull-requests with
_
characters in the title, for examplehandle $__interval
. the changelog-generator should markdown-escape the_
, but it is not doing that currently.The text was updated successfully, but these errors were encountered: