Skip to content

Commit

Permalink
fix: removed echo for changelog command (#910)
Browse files Browse the repository at this point in the history
* removed echo cause command doesn't need it

Signed-off-by: Allison Suarez Miranda <asuarezmiranda@lyft.com>

* reorganized and added committer

Signed-off-by: Allison Suarez Miranda <asuarezmiranda@lyft.com>

* oops

Signed-off-by: Allison Suarez Miranda <asuarezmiranda@lyft.com>
  • Loading branch information
allisonsuarez authored Feb 2, 2021
1 parent 1f25770 commit bb22d4d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/monthly_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,18 @@ jobs:
git config user.email github-actions@github.com
semantic-release version
echo ::set-output name=version::$(semantic-release print-version --current)
echo semantic-release changelog > './CHANGELOG.md'
semantic-release changelog > './CHANGELOG.md'
- name: Create release pull request
uses: peter-evans/create-pull-request@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: Bumped version to ${{ steps.semantic-release.outputs.version }}
committer: github-actions <github-actions@github.com>
author: github-actions <github-actions@github.com>
signoff: true
branch: ${{ env.BRANCH_NAME }}
delete-branch: true
title: Bumped version for release ${{ steps.semantic-release.outputs.version }}
body: |
Bumped version to ${{ steps.semantic-release.outputs.version }}
team-reviewers: amundsen-io/amundsen-committers
branch: ${{ env.BRANCH_NAME }}
delete-branch: true
signoff: true

0 comments on commit bb22d4d

Please sign in to comment.