We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ac4518 commit 3b1202aCopy full SHA for 3b1202a
.cicdtemplate/.codemagic/codemagic.yaml
@@ -60,7 +60,7 @@ workflows:
60
- name: Build APK for staging
61
script: |
62
./gradlew assembleStagingDebug -PversionCode=$BUILD_NUMBER
63
- - name: Generating release notes with the latest git commit
+ - name: Generate release notes with the latest git commit
64
65
RELEASE_NOTE_CONTENT="$((git log -1 --merges | grep "\[") | grep . && echo "" || echo $(git log -1 --merges --format=%B))"
66
echo "$RELEASE_NOTE_CONTENT" | tee release_notes.txt
0 commit comments