File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 runner : ubuntu-latest
1616 target : x86_64-unknown-linux-gnu
1717 archive_name : devloop-x86_64-unknown-linux-gnu.tar.gz
18+ generate_release_notes : true
Original file line number Diff line number Diff line change 1515 runner : macos-14
1616 target : aarch64-apple-darwin
1717 archive_name : devloop-aarch64-apple-darwin.tar.gz
18+ generate_release_notes : false
Original file line number Diff line number Diff line change 1212 archive_name :
1313 required : true
1414 type : string
15+ generate_release_notes :
16+ required : true
17+ type : boolean
1518
1619permissions :
1720 contents : write
5760 uses : softprops/action-gh-release@v2
5861 with :
5962 files : ${{ inputs.archive_name }}
60- generate_release_notes : true
63+ generate_release_notes : ${{ inputs.generate_release_notes }}
6164 fail_on_unmatched_files : true
Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ All notable changes to `devloop` will be recorded in this file.
44
55## [ Unreleased]
66
7+ ### Fixed
8+ - Platform-specific release workflows no longer duplicate GitHub release notes when both assets are published to the same tag.
9+
710## [ 0.6.2] - 2026-03-26
811
912### Fixed
You can’t perform that action at this time.
0 commit comments