Commit a9dce0f
fix(workflow): Preserve and append to existing release notes instead of overwriting
- Modified master-pipeline.yml to check for existing release notes before updating
- Appends build information only if not already present (prevents duplication)
- Preserves manual release notes when workflow rebuilds artifacts
- Fixes issue where detailed release notes were overwritten with generic content
Technical Changes:
- Extract build info into separate section for reuse
- Check existing release notes before appending build information
- Use gh release edit to update existing releases instead of recreating
- Maintain backward compatibility with new release creation
Resolved Issue:
- v0.3.8 original detailed release notes have been restored
- Future releases will preserve manual content while appending build info
- Prevents loss of comprehensive release documentation
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 2a27e0d commit a9dce0f
1 file changed
+39
-15
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
604 | 604 | | |
605 | 605 | | |
606 | 606 | | |
| 607 | + | |
| 608 | + | |
| 609 | + | |
| 610 | + | |
| 611 | + | |
| 612 | + | |
| 613 | + | |
| 614 | + | |
| 615 | + | |
| 616 | + | |
| 617 | + | |
607 | 618 | | |
608 | 619 | | |
609 | | - | |
| 620 | + | |
| 621 | + | |
| 622 | + | |
| 623 | + | |
| 624 | + | |
| 625 | + | |
| 626 | + | |
| 627 | + | |
| 628 | + | |
| 629 | + | |
| 630 | + | |
| 631 | + | |
| 632 | + | |
| 633 | + | |
| 634 | + | |
| 635 | + | |
| 636 | + | |
| 637 | + | |
610 | 638 | | |
611 | 639 | | |
612 | 640 | | |
| |||
618 | 646 | | |
619 | 647 | | |
620 | 648 | | |
621 | | - | |
| 649 | + | |
622 | 650 | | |
623 | 651 | | |
624 | 652 | | |
| |||
645 | 673 | | |
646 | 674 | | |
647 | 675 | | |
648 | | - | |
649 | | - | |
650 | | - | |
651 | | - | |
652 | | - | |
653 | | - | |
654 | | - | |
655 | 676 | | |
656 | | - | |
657 | | - | |
658 | | - | |
659 | | - | |
660 | | - | |
661 | | - | |
| 677 | + | |
| 678 | + | |
| 679 | + | |
| 680 | + | |
| 681 | + | |
| 682 | + | |
| 683 | + | |
| 684 | + | |
| 685 | + | |
662 | 686 | | |
663 | 687 | | |
664 | 688 | | |
| |||
0 commit comments