We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fff6a78 commit 354f341Copy full SHA for 354f341
.github/workflows/prepare-release.yml
@@ -47,6 +47,11 @@ jobs:
47
git switch -c rc/$RELEASE_VERSION
48
git push --set-upstream origin rc/$RELEASE_VERSION
49
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
+
55
- name: Update user manual version
56
run: |
57
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