File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717
1818jobs :
1919 ci :
20- uses : codenamephp/workflows.php/.github/workflows/ci.yml@main
20+ uses : codenamephp/workflows.php/.github/workflows/ci.yml@1
2121 with :
2222 php-versions : ' ["8.1","8.2"]'
Original file line number Diff line number Diff line change 77
88jobs :
99 calculate_next_version :
10- uses : codenamephp/workflows.common/.github/workflows/calculate-next-version.yml@main
10+ uses : codenamephp/workflows.common/.github/workflows/calculate-next-version.yml@1
1111 draft_release :
1212 needs : calculate_next_version
13- uses : codenamephp/workflows.common/.github/workflows/draft-release.yml@main
13+ uses : codenamephp/workflows.common/.github/workflows/draft-release.yml@1
1414 with :
1515 version : ${{ needs.calculate_next_version.outputs.version }}
1616 update_changelog :
17- uses : codenamephp/workflows.common/.github/workflows/update-changelog.yml@main
17+ uses : codenamephp/workflows.common/.github/workflows/update-changelog.yml@1
1818 needs : calculate_next_version
1919 with :
2020 ref : ${{github.ref_name}}
Original file line number Diff line number Diff line change 77
88jobs :
99 update_changelog :
10- uses : codenamephp/workflows.common/.github/workflows/update-changelog.yml@main
10+ uses : codenamephp/workflows.common/.github/workflows/update-changelog.yml@1
1111 with :
1212 ref : ${{github.ref_name}}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 3.0.1] ( https://github.com/codenamephp/deployer.composer/tree/3.0.1 ) (2023-03-12)
4+
5+ [ Full Changelog] ( https://github.com/codenamephp/deployer.composer/compare/3.0.0...3.0.1 )
6+
7+ ** Merged pull requests:**
8+
9+ - Workflow Versions [ \# 10] ( https://github.com/codenamephp/deployer.composer/pull/10 ) ([ bastianschwarz] ( https://github.com/bastianschwarz ) )
10+
311## [ 3.0.0] ( https://github.com/codenamephp/deployer.composer/tree/3.0.0 ) (2023-03-09)
412
513[ Full Changelog] ( https://github.com/codenamephp/deployer.composer/compare/2.0.2...3.0.0 )
You can’t perform that action at this time.
0 commit comments