File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ workflows:
97
97
- name : Build APK for production
98
98
script : |
99
99
./gradlew assembleProductionDebug -PversionCode=$BUILD_NUMBER
100
- - name : Generating release notes with git commits from the latest tag
100
+ - name : Generate release notes with git commits from the latest tag
101
101
script : |
102
102
RELEASE_NOTE_CONTENT="$(git log --merges --pretty=%B $(git describe --abbrev=0 --tags)..HEAD | grep "\[")"
103
103
echo "$RELEASE_NOTE_CONTENT" | tee release_notes.txt
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ workflows:
63
63
working_directory : ./template-compose
64
64
script : |
65
65
./gradlew assembleStagingDebug -PversionCode=$BUILD_NUMBER
66
- - name : Generating release notes with the latest git commit
66
+ - name : Generate release notes with the latest git commit
67
67
script : |
68
68
RELEASE_NOTE_CONTENT="$((git log -1 --merges | grep "\[") | grep . && echo "" || echo $(git log -1 --merges --format=%B))"
69
69
echo "$RELEASE_NOTE_CONTENT" | tee release_notes.txt
@@ -101,7 +101,7 @@ workflows:
101
101
working_directory : ./template-compose
102
102
script : |
103
103
./gradlew assembleProductionDebug -PversionCode=$BUILD_NUMBER
104
- - name : Generating release notes with git commits from the latest tag
104
+ - name : Generate release notes with git commits from the latest tag
105
105
script : |
106
106
RELEASE_NOTE_CONTENT="$(git log --merges --pretty=%B $(git describe --abbrev=0 --tags)..HEAD | grep "\[")"
107
107
echo "$RELEASE_NOTE_CONTENT" | tee release_notes.txt
You can’t perform that action at this time.
0 commit comments