Skip to content

Use releaseNotesUrl even if repoUrl is empty #2890

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

Merged
merged 1 commit into from
Jan 6, 2023

Conversation

fthomas
Copy link
Member

@fthomas fthomas commented Jan 6, 2023

This is a follow-up to #2863. Before this change, the info.releaseNotesUrl property from the POM was ignored if project.scm.url and project.url were not set (since DependencyMetadata#repoUrl is then empty too). With this change the releaseNotesUrl is added to the PR even if the other two are not set.

This is a follow-up to #2863. Before this change, the `info.releaseNotesUrl`
property from the POM was ignored if `project.scm.url` and `project.url`
were not set. With this change the `releaseNotesUrl` is added to the PR
even if the other two are not set.
@fthomas fthomas added the bug Something isn't working label Jan 6, 2023
@fthomas fthomas added this to the 0.20.0 milestone Jan 6, 2023
@codecov
Copy link

codecov bot commented Jan 6, 2023

Codecov Report

Base: 88.96% // Head: 88.95% // Decreases project coverage by -0.00% ⚠️

Coverage data is based on head (5bb5b72) compared to base (9dfe0f3).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2890      +/-   ##
==========================================
- Coverage   88.96%   88.95%   -0.01%     
==========================================
  Files         157      157              
  Lines        3026     3024       -2     
  Branches      202      211       +9     
==========================================
- Hits         2692     2690       -2     
  Misses        334      334              
Impacted Files Coverage Δ
...ala/org/scalasteward/core/nurture/NurtureAlg.scala 17.00% <100.00%> (-1.66%) ⬇️
.../scala/org/scalasteward/core/vcs/VCSExtraAlg.scala 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@fthomas fthomas merged commit 12362b5 into main Jan 6, 2023
@fthomas fthomas deleted the topic/use-releaseNotesUrl-if-repoUrl-is-empty branch January 6, 2023 17:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants