-
Notifications
You must be signed in to change notification settings - Fork 49
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
Fails with AWS CodeCommit repository URLs #182
Comments
I run into the exact same error. Why was the PR with the fix closed? |
1 similar comment
I run into the exact same error. Why was the PR with the fix closed? |
Same here! |
Testing locally the proposed solution here seams works |
giacris82
added a commit
to giacris82/release-notes-generator
that referenced
this issue
Dec 10, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The plugin fails if the git repository uses a "non-standard"git URL, e.g., AWS CodeCommit URLs:
I turned link generation of, but the plugin tries to parse the URL anyway:
The fix seems to be to check the result of the match for null and assign the empty array.
The text was updated successfully, but these errors were encountered: