Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 858 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 858 Bytes

Public Reusable Workflows

Workflow List

Release Action

jobs:
    release:
        uses: cdqag/workflow-public/.github/workflows/release-action.yaml@v1
        with:
            runs-on: my-own-runner

Features:

  • Uses Conventional Commits and SemVer to automatically version the action
  • Creates the Release with Changelog
  • Creates/Updates major version tag

Used Actions: