Skip to content

Merge pull request #14 from codenamephp/dependabot/composer/codenamep… #13

Merge pull request #14 from codenamephp/dependabot/composer/codenamep…

Merge pull request #14 from codenamephp/dependabot/composer/codenamep… #13

name: Prepare Release
on:
push:
branches: [ release ]
paths-ignore:
- '**.md'
jobs:
calculate_next_version:
uses: codenamephp/workflows.common/.github/workflows/calculate-next-version.yml@1
draft_release:
needs: calculate_next_version
uses: codenamephp/workflows.common/.github/workflows/draft-release.yml@1
with:
version: ${{ needs.calculate_next_version.outputs.version }}
update_changelog:
uses: codenamephp/workflows.common/.github/workflows/update-changelog.yml@1
needs: calculate_next_version
with:
ref: ${{github.ref_name}}
future-release: ${{ needs.calculate_next_version.outputs.version }}
release-branch: 'release'