Skip to content

Support for "@" sign in component names #1872

@raaymax

Description

@raaymax

Is your feature request related to a problem? Please describe.
packages names in node often can have "@" sigh at the beginning. I just spent 8h trying to figure out why releases are not created for me. I was just receiving Bad pull request title: 'chore(main): release @xyz/xyz 1.0.0' after merge. after digging in release-please code i figured out that "@" sign is creating me trouble.

Describe the solution you'd like
chore(main): release @xyz/xyz 1.0.0 should be a valid PR name

Describe alternatives you've considered
Components with illegal characters in names should be at least logged on some early stage of process.

Additional context
none

Metadata

Metadata

Assignees

Labels

priority: p3Desirable enhancement or fix. May not be included in next release.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions