Skip to content

Commit bf180a3

Browse files
authored
Merge pull request #86 from laminas/fix-changelog-entry-generation
Remove CHANGELOG.md and bump changelog from release-on-milestone-closed gha
2 parents cf7d50b + 6387ce5 commit bf180a3

File tree

2 files changed

+0
-744
lines changed

2 files changed

+0
-744
lines changed

.github/workflows/release-on-milestone-closed.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -50,16 +50,6 @@ jobs:
5050
"GIT_AUTHOR_NAME": ${{ secrets.GIT_AUTHOR_NAME }}
5151
"GIT_AUTHOR_EMAIL": ${{ secrets.GIT_AUTHOR_EMAIL }}
5252

53-
- name: "Bump Changelog Version On Originating Release Branch"
54-
uses: "laminas/automatic-releases@v1"
55-
with:
56-
command-name: "laminas:automatic-releases:bump-changelog"
57-
env:
58-
"GITHUB_TOKEN": ${{ secrets.GITHUB_TOKEN }}
59-
"SIGNING_SECRET_KEY": ${{ secrets.SIGNING_SECRET_KEY }}
60-
"GIT_AUTHOR_NAME": ${{ secrets.GIT_AUTHOR_NAME }}
61-
"GIT_AUTHOR_EMAIL": ${{ secrets.GIT_AUTHOR_EMAIL }}
62-
6353
- name: "Create new milestones"
6454
uses: "laminas/automatic-releases@v1"
6555
with:

0 commit comments

Comments
 (0)