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

fix: url generation handling of all types #104

Merged
merged 1 commit into from
Jul 13, 2023

Conversation

tuunit
Copy link
Collaborator

@tuunit tuunit commented Jul 3, 2023

Hi @jamesgeorge007,

this is the cherry-pick of the url generation fix to properly handle all types that are currently supported including the release type introduced in version 0.4.0.

Fixes #99

@tuunit tuunit changed the title bugfix: release url generation bugfix: url generation handling of all types Jul 3, 2023
@jamesgeorge007 jamesgeorge007 changed the title bugfix: url generation handling of all types fix: url generation handling of all types Jul 7, 2023
Copy link
Owner

@jamesgeorge007 jamesgeorge007 left a comment

Choose a reason for hiding this comment

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

Could you also remove the reference to urlPrefix since it is not consumed elsewhere?

const urlPrefix = "https://github.com";

index.js Outdated Show resolved Hide resolved
@jamesgeorge007 jamesgeorge007 merged commit 0cb0dd9 into jamesgeorge007:master Jul 13, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The URL generated for releaseEvent is invalid
2 participants