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 b3614a3 commit 5ec1410Copy full SHA for 5ec1410
.github/workflows/release-extension.yaml
@@ -66,8 +66,8 @@ jobs:
66
- name: Get changes since last release
67
id: get_changes
68
run: |
69
- git config --global user.name 'Pratyush Vashisht'
70
- git config --global user.email 'developer@pratyushvashisht.com'
+ git config --global user.name 'github-actions[bot]'
+ git config --global user.email '41898282+github-actions[bot]@users.noreply.github.com'
71
PREV_TAG=$(git describe --tags --abbrev=0)
72
CHANGELOG=$(git log $PREV_TAG..HEAD --merges --pretty=format:"%b" | sed ':a;N;$!ba;s/\n/\\n/g')
73
echo "CHANGELOG=${CHANGELOG}" >> $GITHUB_ENV
0 commit comments