Skip to content

Commit 1897c10

Browse files
committed
[#490] Test merge to branch 1
1 parent 2e88e1e commit 1897c10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

codemagic.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,8 @@ workflows:
134134
./gradlew assembleProductionDebug -PversionCode=$BUILD_NUMBER
135135
- name: Generating release notes with git commits from the latest tag
136136
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
137+
RELEASE_NOTE_CONTENT1="$(git log --merges --pretty=%B $(git describe --abbrev=0 --tags)..HEAD | grep "\[")"
138+
echo "$RELEASE_NOTE_CONTENT1" | tee release_notes.txt
139139
artifacts:
140140
- *artifacts_template_compose
141141
- *artifacts_production_apk

0 commit comments

Comments
 (0)