File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1-
21name : CI
32
43on :
Original file line number Diff line number Diff line change @@ -2,13 +2,14 @@ name: Update Changelog
22on :
33 merge_group :
44
5+
56jobs :
67 calculate_next_version :
78 uses : codenamephp/workflows.common/.github/workflows/calculate-next-version.yml@1
89 update_changelog :
910 uses : codenamephp/workflows.common/.github/workflows/update-changelog.yml@1
1011 needs : calculate_next_version
1112 with :
12- ref : ${{github.ref_name }}
13+ ref : ${{github.head_ref }}
1314 future-release : ${{ needs.calculate_next_version.outputs.version }}
14- release-branch : ' release'
15+ release-branch : ' release'
Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ ## [ Unreleased] ( https://github.com/codenamephp/deployer.crontab/tree/HEAD )
4+
5+ [ Full Changelog] ( https://github.com/codenamephp/deployer.crontab/compare/468349d220343c6522bd05f80b6e1054563c9571...HEAD )
6+
7+ ** Merged pull requests:**
8+
9+ - Playing around with merge queue [ \# 4] ( https://github.com/codenamephp/deployer.crontab/pull/4 ) ([ bastianschwarz] ( https://github.com/bastianschwarz ) )
10+ - Fixed workflow name [ \# 3] ( https://github.com/codenamephp/deployer.crontab/pull/3 ) ([ bastianschwarz] ( https://github.com/bastianschwarz ) )
11+ - Implemented command [ \# 2] ( https://github.com/codenamephp/deployer.crontab/pull/2 ) ([ bastianschwarz] ( https://github.com/bastianschwarz ) )
12+ - Initial setup [ \# 1] ( https://github.com/codenamephp/deployer.crontab/pull/1 ) ([ bastianschwarz] ( https://github.com/bastianschwarz ) )
13+
14+
15+
16+ \* * This Changelog was automatically generated by [ github_changelog_generator] ( https://github.com/github-changelog-generator/github-changelog-generator ) *
You can’t perform that action at this time.
0 commit comments