Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Automate Release Pipeline: Spry → Packages → Homebrew #10

@sijucj

Description

@sijucj

Need to implement a fully automated release workflow across three repositories:

  1. programmablemd/spry
  2. programmablemd/packages
  3. programmablemd/homebrew-packages

Required Automation Flow

  • When a new release tag is published in programmablemd/spry
    → automatically trigger a workflow in programmablemd/packages.
  • programmablemd/packages should:
    • receive the triggered event
    • create the same tag
    • build the binary
    • publish the release with the binary assets
    • then notify programmablemd/homebrew-packages
  • programmablemd/homebrew-packages should automatically:
    • update brew formula with the new version
    • commit and push changes

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions