[
https://issues.apache.org/jira/browse/GEODE-10634?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18112823#comment-18112823
]
ASF subversion and git services commented on GEODE-10634:
---------------------------------------------------------
Commit 85cf751f53d3641c6e6e23a35ac1c146ee2580ea in geode's branch
refs/heads/develop from Jinwoo Hwang
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=85cf751f53 ]
GEODE-10634: Skip the old-version commit on develop when nothing changed (#8065)
develop tracks old versions only up to 1.14.4, so a 1.15 patch finds no
entry to extend, and the benchmarks baseline edit is skipped whenever a
later release exists. Both together leave the index empty, and the
unconditional commit then fails the promotion. Commit only when there is
a staged change, and suppress the corresponding pull request step.
> Old-versions commit on develop fails
> ------------------------------------
>
> Key: GEODE-10634
> URL: https://issues.apache.org/jira/browse/GEODE-10634
> Project: Geode
> Issue Type: Improvement
> Reporter: Jinwoo Hwang
> Assignee: Jinwoo Hwang
> Priority: Major
>
> git commit -m "GEODE-10585: Replace 1.15.3 with 1.15.4 as old version ..."
> On branch add-1.15.4-to-old-versions
> nothing to commit, working tree clean
--
This message was sent by Atlassian Jira
(v8.20.10#820010)