Skip to content

Commit fda0a00

Browse files
Update update-changelog.yml
1 parent 86d9653 commit fda0a00

1 file changed

Lines changed: 10 additions & 4 deletions

File tree

.github/workflows/update-changelog.yml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,13 @@ on:
1010
description: 'Labels of issues and PRs that should be excluded from the changelog.'
1111
default: 'duplicate,question,invalid,wontfix,skip-changelog'
1212
type: string
13-
test-command:
14-
description: 'The command to run for executing tests'
15-
default: 'composer ci-all'
13+
future-release:
14+
description: 'The version of the future release instead of "unreleased" section'
15+
default: ''
16+
type: string
17+
release-branch:
18+
description: 'The branch to limit the PRs to'
19+
default: ''
1620
type: string
1721

1822

@@ -31,7 +35,9 @@ jobs:
3135
with:
3236
token: ${{ secrets.GITHUB_TOKEN }}
3337
exclude_labels: ${{inputs.exclude-labels}}
34-
38+
future_release: ${{inputs.future-release}}
39+
release_branch: ${{inputs.release-branch}}
40+
3541
- name: commit updated changelog
3642
uses: EndBug/add-and-commit@v8
3743
with:

0 commit comments

Comments
 (0)