Add sling-release agent skill#127
Open
royteeuwen wants to merge 1 commit into
Open
Conversation
Releases an Apache Sling module end-to-end using Maven and the apache/sling-cli Docker tool (staging, voting, and post-vote finalization). Moved here from the sling-org-apache-sling-committer-cli PR per review feedback.
|
rombert
approved these changes
Jul 6, 2026
rombert
left a comment
Contributor
There was a problem hiding this comment.
LGTM but feel free to push directly to the whiteboard :-)
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.



Adds a
sling-releaseagent skill that releases an Apache Sling module end-to-end by combining Maven steps (in the project being released) with theapache/sling-cliDocker tool for the Nexus / vote / finalize steps.Moved here from apache/sling-org-apache-sling-committer-cli#28 per review feedback (@rombert), to live alongside the other Sling agent skills rather than in the CLI repo.
Follows the existing
skills/<name>/SKILL.mdlayout and adds the skill toskills/README.md(listing + a prerequisites entry for Docker/Maven/ASF committer setup).Note for reviewers: the Apache Magpie release-management skills cover the ASF-generic, advisory (non-executing) release steps for Subversion
dist.apache.org. This skill is complementary — it drives the executingsling-clitool and the Nexus/Maven-Central flow Magpie does not cover. A follow-up will look at deferring the overlapping advisory steps to Magpie via Sling-specific config.