This is an automated email from the ASF dual-hosted git repository.
royteeuwen pushed a change to branch feature/sling-cli-release-automation
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-committer-cli.git
discard c07a876 release docs: prerequisites, README workflow, release skill
discard 4eeed11 release: add tests for create/release-jira-version and verify
commands
discard 01c1746 release tally-votes: PMC-aware result email
discard 2e881aa release finalize/update-dist: one-step finalization, PMC
auto-detected
discard ddf413d release promote/drop: post-vote staging repository commands
discard ffda78c release close-staging: command with reactor-aware description
new 0e0a5d5 release close-staging: command with reactor-aware description
new 72ef638 release promote/drop: post-vote staging repository commands
new 8a1e105 release finalize/update-dist: one-step finalization, PMC
auto-detected
new a868352 release tally-votes: PMC-aware result email
new e165246 release: add tests for create/release-jira-version and verify
commands
new 4ebd9fa release docs: prerequisites, README workflow, release skill
new c3ed3d4 release: allow post-vote commands to act on a release by name
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (c07a876)
\
N -- N -- N refs/heads/feature/sling-cli-release-automation
(c3ed3d4)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.gitignore | 1 -
README.md | 23 +++++------------
.../sling/cli/impl/nexus/RepositoryService.java | 6 ++++-
.../cli/impl/release/CreateJiraVersionCommand.java | 29 ++++++++++++++--------
.../impl/release/ReleaseJiraVersionCommand.java | 29 ++++++++++++++++++----
.../sling/cli/impl/release/TallyVotesCommand.java | 4 +--
.../cli/impl/release/UpdateLocalSiteCommand.java | 28 +++++++++++++++++----
.../cli/impl/release/UpdateReporterCommand.java | 28 +++++++++++++++++----
.../release/ReleaseJiraVersionCommandTest.java | 25 +++++++++++++++++++
.../cli/impl/release/TallyVotesCommandTest.java | 4 +--
.../impl/release/UpdateReporterCommandTest.java | 27 ++++++++++++++++++++
11 files changed, 155 insertions(+), 49 deletions(-)