Skip to content

Commit 73d4d24

Browse files
Merge pull request #5 from codenamephp/playingAroundWithMergeQueue2
not sure what the problem is
2 parents 2ff7e7e + 51f928d commit 73d4d24

3 files changed

Lines changed: 19 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
name: CI
32

43
on:

.github/workflows/update-changelog.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@ name: Update Changelog
22
on:
33
merge_group:
44

5+
56
jobs:
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'

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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)*

0 commit comments

Comments
 (0)