We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e88e1e commit 1897c10Copy full SHA for 1897c10
codemagic.yaml
@@ -134,8 +134,8 @@ workflows:
134
./gradlew assembleProductionDebug -PversionCode=$BUILD_NUMBER
135
- name: Generating release notes with git commits from the latest tag
136
script: |
137
- RELEASE_NOTE_CONTENT="$(git log --merges --pretty=%B $(git describe --abbrev=0 --tags)..HEAD | grep "\[")"
138
- echo "$RELEASE_NOTE_CONTENT" | tee release_notes.txt
+ RELEASE_NOTE_CONTENT1="$(git log --merges --pretty=%B $(git describe --abbrev=0 --tags)..HEAD | grep "\[")"
+ echo "$RELEASE_NOTE_CONTENT1" | tee release_notes.txt
139
artifacts:
140
- *artifacts_template_compose
141
- *artifacts_production_apk
0 commit comments