build: Copy-pasteable command to check artifact was published#32837
Merged
johanandren merged 2 commits intomainfrom Nov 5, 2025
Merged
build: Copy-pasteable command to check artifact was published#32837johanandren merged 2 commits intomainfrom
johanandren merged 2 commits intomainfrom
Conversation
patriknw
reviewed
Oct 30, 2025
| - [ ] Check [API](https://doc.akka.io/api/akka-core/$VERSION$/) documentation | ||
| - [ ] Check [reference](https://doc.akka.io/libraries/akka-core/$VERSION$/) documentation. Check that the reference docs were deployed and show a version warning (see section below on how to fix the version warning). | ||
| - [ ] Check the release on https://repo.akka.io/TOKEN/secure/com/typesafe/akka/akka-actor_2.13/$VERSION$/akka-actor_2.13-$VERSION$.pom | ||
| - [ ] Check the release `coursier resolve com.typesafe.akka:akka-actor_2.13:$VERSION$ -r $(grep -oE 'https://[^"]+' ~/.sbt/1.0/credentials.sbt | head -1)` |
Contributor
There was a problem hiding this comment.
I suggest that we remove this step and use PR validation of akka-dependencies as verification instead. Perhaps move that step up before updating doc links.
everybody might not have the tokens setup in same way
I don't even have coursier installed
Contributor
Author
There was a problem hiding this comment.
What about if it doesn't require another third party tool, this seems to work as well:
mvn dependency:get -Dartifact=com.typesafe.akka:akka-actor_2.13:2.10.11
Contributor
There was a problem hiding this comment.
better, I will probably continue ignoring that task
patriknw
approved these changes
Oct 30, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.