mirror of
https://github.com/danielmiessler/Fabric.git
synced 2026-01-09 22:38:10 -05:00
CHANGES - Gate release and version workflows to upstream owner only. - Switch tagging and releases to built-in GITHUB_TOKEN. - Replace environment passing with step outputs across workflows. - Remove docker-publish-on-tag workflow to reduce duplication and complexity. - Add OCI description label to Docker image. - Document GHCR multi-arch annotations for accurate package descriptions. - Update README with new ARM binary release announcement. - Simplify GoReleaser config by removing comments and extras.
9 lines
568 B
Plaintext
9 lines
568 B
Plaintext
### PR [#1736](https://github.com/danielmiessler/Fabric/pull/1736) by [tonymet](https://github.com/tonymet): Winget Publishing and GoReleaser
|
|
|
|
- Added GoReleaser support for improved package distribution
|
|
- Winget and Docker publishing moved to ksylvan/fabric-packager GitHub repo
|
|
- Hardened release pipeline by gating workflows to upstream owner only
|
|
- Migrated from custom tokens to built-in GITHUB_TOKEN for enhanced security
|
|
- Removed docker-publish-on-tag workflow to reduce duplication and complexity
|
|
- Added ARM binary release support with updated documentation
|