Skip to content
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

Try quoting labels in release notes config #3847

Merged

Conversation

armanbilge
Copy link
Member

Not sure if this will fix it, but something seems to be broken 😕

Could not parse .github/release.yml: Tried to load unspecified class: Symbol

@armanbilge armanbilge merged commit 541d6f5 into typelevel:series/3.5.x Sep 25, 2023
1 of 6 checks passed
@armanbilge
Copy link
Member Author

Nice, that fixed it :)

@@ -2,14 +2,14 @@ changelog:
categories:
- title: Features
labels:
- :mushroom: enhancement
- ':mushroom: enhancement'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh yeah, the problem here is the :. Quoting is the correct fix.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Other YAML parsers like it just fine. /shrug

Copy link
Member

@djspiewak djspiewak Sep 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm pretty sure that's out of spec, but I'd have to check. My recollection is that any unquoted string which contains a non-leading : should be considered a key/value pair.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants