We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9762996 commit ca90f3cCopy full SHA for ca90f3c
.github/workflows/cd-release.yml
@@ -14,9 +14,6 @@ jobs:
14
with:
15
fetch-depth: 0
16
17
- - name: Verify commit exists in origin/main
18
- run: git branch --remote --contains | grep origin/main
19
-
20
- name: Extract release notes
21
run: |
22
git log --pretty=format:'%d %s' ${GITHUB_REF} | perl -pe 's| \(.*tag: v(\d+.\d+.\d+(-preview\d{3})?)(, .*?)*\)|\n## \1\n|g' > RELEASE-NOTES
0 commit comments