Skip to content

Commit 354f341

Browse files
committed
Use feature branch to update user manual
1 parent fff6a78 commit 354f341

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/prepare-release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,11 @@ jobs:
4747
git switch -c rc/$RELEASE_VERSION
4848
git push --set-upstream origin rc/$RELEASE_VERSION
4949
50+
- name: Create feature branch for PR
51+
run: |
52+
git switch -c feature/update-user-manual-for-$RELEASE_VERSION
53+
git push --set-upstream origin feature/update-user-manual-for-$RELEASE_VERSION
54+
5055
- name: Update user manual version
5156
run: |
5257
find docs -name 'user_manual.md' | xargs sed -i "s/code-scanning-cpp-query-pack-.*\.zip\`/code-scanning-cpp-query-pack-$RELEASE_VERSION.zip\`/"

0 commit comments

Comments
 (0)