Compare commits
6 Commits
v35.7.9-se
...
v35.7.11-s
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
123dfd4840 | ||
|
|
79adacd43e | ||
|
|
c7dda75174 | ||
|
|
b3ee2eb875 | ||
|
|
61bf27253d | ||
|
|
6e426e6495 |
7
.github/workflows/sync-release-version.yml
vendored
7
.github/workflows/sync-release-version.yml
vendored
@@ -32,6 +32,7 @@ jobs:
|
|||||||
|
|
||||||
update-version:
|
update-version:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
needs: create-sec-tag
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
@@ -46,10 +47,8 @@ jobs:
|
|||||||
only_major: true
|
only_major: true
|
||||||
paths: |
|
paths: |
|
||||||
README.md
|
README.md
|
||||||
- name: Generate CHANGELOG
|
- name: Run git-cliff
|
||||||
uses: tj-actions/github-changelog-generator@v1.18
|
uses: tj-actions/git-cliff@v1
|
||||||
with:
|
|
||||||
output: 'HISTORY.md'
|
|
||||||
- name: Create Pull Request
|
- name: Create Pull Request
|
||||||
uses: peter-evans/create-pull-request@v4.2.4
|
uses: peter-evans/create-pull-request@v4.2.4
|
||||||
with:
|
with:
|
||||||
|
|||||||
6690
HISTORY.md
6690
HISTORY.md
File diff suppressed because it is too large
Load Diff
@@ -260,14 +260,8 @@ else
|
|||||||
if git merge-base "$PREVIOUS_SHA" "$CURRENT_SHA" 1>/dev/null 2>&1; then
|
if git merge-base "$PREVIOUS_SHA" "$CURRENT_SHA" 1>/dev/null 2>&1; then
|
||||||
break
|
break
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "::debug::Merge base is not in the local history, fetching remote target branch again..."
|
echo "::debug::Merge base is not in the local history, fetching remote target branch again..."
|
||||||
echo "::debug::Attempt $i/10"
|
echo "::debug::Attempt $i/10"
|
||||||
|
|
||||||
if [[ $i -eq 10 ]]; then
|
|
||||||
echo "::error::Unable to find the merge base between $PREVIOUS_SHA and $CURRENT_SHA"
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user