Skip to content

Commit

Permalink
Release Summary
Browse files Browse the repository at this point in the history
  • Loading branch information
lucetre committed Oct 9, 2023
1 parent 65d12ec commit c348f0e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/create-release-notes-after-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,7 @@ jobs:
output_file: ${{ env.RELEASE_NOTES_FILE }}
env:
RELEASE_SUMMARY: |
Please fill out the summary notes for this release `${{ steps.set-version.outputs.curr-release-tag }}`.
COMMIT_HISTORY: |
- [APPLE-21] Initial commit for apple (#1) @elzino
- [APPLE-123] New change on apple microservice (#2) @lucetre @sangjun.son@moloco.com
- [APPLE-939] Dummy PR (#3) @mayshin10
Please fill out the summary notes for this release **`${{ steps.set-version.outputs.curr-release-tag }}`**.
- name: Get commit history
run: |
Expand Down
1 change: 0 additions & 1 deletion RELEASELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@
{{ env.get('RELEASE_SUMMARY') }}

### Commit History
{{ env.get('COMMIT_HISTORY') }}

0 comments on commit c348f0e

Please sign in to comment.