Skip to content

Commit

Permalink
Update laminas/automatic-releases action to v1.20.1
Browse files Browse the repository at this point in the history
| datasource  | package                    | from   | to     |
| ----------- | -------------------------- | ------ | ------ |
| github-tags | laminas/automatic-releases | 1.20.0 | 1.20.1 |
| github-tags | laminas/automatic-releases | 1.20.0 | 1.20.1 |
| github-tags | laminas/automatic-releases | 1.20.0 | 1.20.1 |
| github-tags | laminas/automatic-releases | 1.20.0 | 1.20.1 |
| github-tags | laminas/automatic-releases | 1.20.0 | 1.20.1 |
  • Loading branch information
renovate[bot] authored Dec 18, 2022
1 parent aaf2278 commit 26349dc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release-on-milestone-closed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: "actions/checkout@v3"

- name: "Release"
uses: "laminas/[email protected].0"
uses: "laminas/[email protected].1"
with:
command-name: "laminas:automatic-releases:release"
env:
Expand All @@ -28,7 +28,7 @@ jobs:
"GIT_AUTHOR_EMAIL": ${{ secrets.GIT_AUTHOR_EMAIL }}

- name: "Create Merge-Up Pull Request"
uses: "laminas/[email protected].0"
uses: "laminas/[email protected].1"
with:
command-name: "laminas:automatic-releases:create-merge-up-pull-request"
env:
Expand All @@ -39,7 +39,7 @@ jobs:
"GIT_AUTHOR_EMAIL": ${{ secrets.GIT_AUTHOR_EMAIL }}

- name: "Create and/or Switch to new Release Branch"
uses: "laminas/[email protected].0"
uses: "laminas/[email protected].1"
with:
command-name: "laminas:automatic-releases:switch-default-branch-to-next-minor"
env:
Expand All @@ -50,7 +50,7 @@ jobs:
"GIT_AUTHOR_EMAIL": ${{ secrets.GIT_AUTHOR_EMAIL }}

- name: "Bump Changelog Version On Originating Release Branch"
uses: "laminas/[email protected].0"
uses: "laminas/[email protected].1"
with:
command-name: "laminas:automatic-releases:bump-changelog"
env:
Expand All @@ -61,7 +61,7 @@ jobs:
"GIT_AUTHOR_EMAIL": ${{ secrets.GIT_AUTHOR_EMAIL }}

- name: "Create new milestones"
uses: "laminas/[email protected].0"
uses: "laminas/[email protected].1"
with:
command-name: "laminas:automatic-releases:create-milestones"
env:
Expand Down

0 comments on commit 26349dc

Please sign in to comment.