Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 932 Bytes

File metadata and controls

21 lines (13 loc) · 932 Bytes

github-workflows

Repository containing our shared github workflows

Workflow Documentation

A Simple Workflow that generates a changelog, version and creates a release designed for php composer projects See Bluprint for how to use it here

A Simple Workflow that generates a changelog, version and creates a release designed for npm projects See Bluprint for how to use it here

Important notes

  • All workflows have to be in the .github/workflows directory
  • Workflows should be build in a way that they are actually reusable! Too specific workflows should be kept in their according repositories directly!