Publish ampere-core-test-fixtures to Maven Central on release - #683
Merged
Conversation
The publish workflow only published :ampere-core and :ampere-phosphor, so the test-fixtures module (needed by downstream consumers like the socket repo's :common tests) never made it to Central on its own and had to be published manually for 0.13.0. Add it to both the real and dry-run publish steps so future tagged releases include it. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
|
Concept staleness check — clean. No tracked-source changes need a concept update. |
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.
Summary
publish.ymlonly published:ampere-coreand:ampere-phosphorto Maven Central, so:ampere-core-test-fixturesnever got published on tagged releases:commontest compilation) that vendor/depend on itTest plan
:ampere-core-test-fixtures:publishAllPublicationsToMavenCentralRepositoryand confirmed 0.13.0 is now published to Centralv*) should publish-core,-core-test-fixtures, and-phosphortogether — verify all three land on Central after the next releaseCo-Authored-By: Claude Sonnet 5 noreply@anthropic.com