feat: auto-generate changelog in GitHub releases (#705)
Co-authored-by: Gabriel Machado <gabriel.machado@cloudwalk.io> Co-authored-by: Letta <noreply@letta.com>
This commit is contained in:
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@@ -149,9 +149,8 @@ jobs:
|
|||||||
tag_name: ${{ steps.version.outputs.tag }}
|
tag_name: ${{ steps.version.outputs.tag }}
|
||||||
name: Release ${{ steps.version.outputs.tag }}
|
name: Release ${{ steps.version.outputs.tag }}
|
||||||
body: |
|
body: |
|
||||||
Release ${{ steps.version.outputs.tag }}
|
|
||||||
|
|
||||||
Changes from ${{ steps.version.outputs.old_version }} to ${{ steps.version.outputs.new_version }}
|
Changes from ${{ steps.version.outputs.old_version }} to ${{ steps.version.outputs.new_version }}
|
||||||
|
generate_release_notes: true
|
||||||
files: letta.js
|
files: letta.js
|
||||||
fail_on_unmatched_files: true
|
fail_on_unmatched_files: true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user