Skip to content

Commit

Permalink
[#490] Test merge to branch 1
Browse files Browse the repository at this point in the history
  • Loading branch information
lydiasama committed Nov 10, 2023
1 parent 2e88e1e commit 1897c10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions codemagic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ workflows:
./gradlew assembleProductionDebug -PversionCode=$BUILD_NUMBER
- name: Generating release notes with git commits from the latest tag
script: |
RELEASE_NOTE_CONTENT="$(git log --merges --pretty=%B $(git describe --abbrev=0 --tags)..HEAD | grep "\[")"
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
artifacts:
- *artifacts_template_compose
- *artifacts_production_apk
Expand Down

0 comments on commit 1897c10

Please sign in to comment.