Skip to content

Commit

Permalink
Do not automatically generate change notes (#5243)
Browse files Browse the repository at this point in the history
## Motivation
Since we track changes manually in `CHANGELOG.md` we do not want to add a generated changelog to our releases

## Changes
- remove auto-generated release notes

## Test Plan
n/a

## TODO
<!-- This section should be removed when all items are complete -->
- [x] Explain motivation or link existing issue(s)
- [x] Test changes and document test plan
- [x] Update documentation as needed
- [x] Update [changelog](../CHANGELOG.md) as needed
  • Loading branch information
fasmat committed Nov 8, 2023
1 parent d335e8d commit a66b274
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,5 @@ jobs:
- Linux arm64: https://storage.googleapis.com/${{ secrets.GCP_BUCKET }}/${{ github.ref_name }}/Linux_ARM64.zip
For information about changes in this release see the [changelog](https://github.com/spacemeshos/go-spacemesh/blob/${{ github.ref_name }}/CHANGELOG.md).
generate_release_notes: true
draft: false
prerelease: true

0 comments on commit a66b274

Please sign in to comment.