Skip to content

Commit

Permalink
Merge pull request #10 from greg0ire/drop-create-switch-step
Browse files Browse the repository at this point in the history
Comment out step that switches to the new branch
  • Loading branch information
greg0ire committed Oct 31, 2020
2 parents a30adfd + 4c54e8f commit 7501746
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions workflow-templates/release-on-milestone-closed.yml
Expand Up @@ -34,15 +34,18 @@ jobs:
"GIT_AUTHOR_NAME": ${{ secrets.GIT_AUTHOR_NAME }}
"GIT_AUTHOR_EMAIL": ${{ secrets.GIT_AUTHOR_EMAIL }}

- name: "Create and/or Switch to new Release Branch"
uses: "laminas/automatic-releases@v1"
with:
command-name: "laminas:automatic-releases:switch-default-branch-to-next-minor"
env:
"GITHUB_TOKEN": ${{ secrets.ORGANIZATION_ADMIN_TOKEN }}
"SIGNING_SECRET_KEY": ${{ secrets.SIGNING_SECRET_KEY }}
"GIT_AUTHOR_NAME": ${{ secrets.GIT_AUTHOR_NAME }}
"GIT_AUTHOR_EMAIL": ${{ secrets.GIT_AUTHOR_EMAIL }}
# Uncomment this step if the repository uses a "next minor as default
# branch" policy.
#
# - name: "Create and/or Switch to new Release Branch"
# uses: "laminas/automatic-releases@v1"
# with:
# command-name: "laminas:automatic-releases:switch-default-branch-to-next-minor"
# env:
# "GITHUB_TOKEN": ${{ secrets.ORGANIZATION_ADMIN_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"
Expand Down

0 comments on commit 7501746

Please sign in to comment.