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

Too much .git #95

Closed
fthomas opened this issue Dec 2, 2021 · 3 comments
Closed

Too much .git #95

fthomas opened this issue Dec 2, 2021 · 3 comments

Comments

@fthomas
Copy link
Contributor

fthomas commented Dec 2, 2021

https://repo1.maven.org/maven2/com/codecommit/sbt-github-actions_2.12_1.0/0.14.2/sbt-github-actions-0.14.2.pom contains this:

<scm>
<url>
https://github.com/djspiewak/sbt-github-actions.git
</url>
<connection>
scm:git:https://github.com/djspiewak/sbt-github-actions.git.git
</connection>
<developerConnection>
scm:git:[email protected]:djspiewak/sbt-github-actions.git.git
</developerConnection>
</scm>

Each URL/connection has an extra .git suffix which is the reason why Scala Steward couldn't link to the release notes of 0.14.2. I've no idea where this extra .git is coming from.

@djspiewak
Copy link
Collaborator

Wow… That's really interesting. Sorry! Will fix.

@fthomas
Copy link
Contributor Author

fthomas commented Dec 3, 2021

Found the issue: sbt/sbt-git#193. It should be fixed here if sbt-spiewak-sonatype is updated to 0.23.0.

@fthomas
Copy link
Contributor Author

fthomas commented Jun 29, 2023

This has been fixed in 0.15.0: https://repo1.maven.org/maven2/com/github/sbt/sbt-github-actions_2.12_1.0/0.15.0/sbt-github-actions-0.15.0.pom:

<scm>
<url>https://github.com/sbt/sbt-github-actions</url>
<connection>scm:git:https://github.com/sbt/sbt-github-actions.git</connection>
<developerConnection>scm:git:[email protected]:sbt/sbt-github-actions.git</developerConnection>
</scm>

@fthomas fthomas closed this as completed Jun 29, 2023
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

No branches or pull requests

2 participants