We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bde304 commit e93b1cdCopy full SHA for e93b1cd
codemagic.yaml
@@ -134,10 +134,7 @@ workflows:
134
./gradlew assembleProductionDebug -PversionCode=$BUILD_NUMBER
135
- name: Generating release notes with git commits from the latest tag
136
script: |
137
- git fetch --all --tags
138
-
139
- PREV_TAG=$(git for-each-ref --sort=-creatordate --format '%(objectname)' refs/tags | sed -n 2p )
140
- RELEASE_NOTE_CONTENT=$(git log --pretty=format:"\n- %s" "$PREV_TAG"..HEAD)
+ echo "RELEASE_NOTE_CONTENT="$(git log --merges --pretty=%B $(git describe --abbrev=0 --tags)..HEAD | grep "\[")""
141
142
echo "$RELEASE_NOTE_CONTENT" | tee release_notes.txt
143
artifacts:
0 commit comments