Skip to content

Commit

Permalink
Merge pull request #86 from laminas/fix-changelog-entry-generation
Browse files Browse the repository at this point in the history
Remove CHANGELOG.md and bump changelog from release-on-milestone-closed gha
  • Loading branch information
Ocramius committed Sep 3, 2021
2 parents cf7d50b + 6387ce5 commit bf180a3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 744 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/release-on-milestone-closed.yml
Expand Up @@ -50,16 +50,6 @@ jobs:
"GIT_AUTHOR_NAME": ${{ secrets.GIT_AUTHOR_NAME }}
"GIT_AUTHOR_EMAIL": ${{ secrets.GIT_AUTHOR_EMAIL }}

- name: "Bump Changelog Version On Originating Release Branch"
uses: "laminas/automatic-releases@v1"
with:
command-name: "laminas:automatic-releases:bump-changelog"
env:
"GITHUB_TOKEN": ${{ secrets.GITHUB_TOKEN }}
"SIGNING_SECRET_KEY": ${{ secrets.SIGNING_SECRET_KEY }}
"GIT_AUTHOR_NAME": ${{ secrets.GIT_AUTHOR_NAME }}
"GIT_AUTHOR_EMAIL": ${{ secrets.GIT_AUTHOR_EMAIL }}

- name: "Create new milestones"
uses: "laminas/automatic-releases@v1"
with:
Expand Down

0 comments on commit bf180a3

Please sign in to comment.