This is an automated email from the ASF dual-hosted git repository.
rombert pushed a change to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-committer-cli.git
from e7823f8 SLING-12459 - Redirect sonarcloud notifications to
[email protected]
add bcdaa30 SLING-12037 - Allow overriding the Jira release name
add 8c7415f SLING-12037 - Allow overriding the Jira release name
new 7a83a8d Merge pull request #22 from apache/issue/SLING-12037
The 1 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:
Dockerfile | 2 +
src/main/features/app.json | 17 ++++
.../apache/sling/cli/impl/CommandProcessor.java | 53 +++++++++----
.../cli/impl/release/CreateJiraVersionCommand.java | 17 +++-
.../cli/impl/release/PrepareVoteEmailCommand.java | 13 +++-
src/main/resources/scripts/run.sh | 11 ++-
.../sling/cli/impl/CommandProcessorTest.java | 90 ++++++++++++++++++++++
7 files changed, 179 insertions(+), 24 deletions(-)
create mode 100644
src/test/java/org/apache/sling/cli/impl/CommandProcessorTest.java