Unverified Commit bb22d4d2 authored by Allison Suarez Miranda's avatar Allison Suarez Miranda Committed by GitHub

fix: removed echo for changelog command (#910)

* removed echo cause command doesn't need it
Signed-off-by: 's avatarAllison Suarez Miranda <asuarezmiranda@lyft.com>

* reorganized and added committer
Signed-off-by: 's avatarAllison Suarez Miranda <asuarezmiranda@lyft.com>

* oops
Signed-off-by: 's avatarAllison Suarez Miranda <asuarezmiranda@lyft.com>
parent 1f25770a
...@@ -30,17 +30,18 @@ jobs: ...@@ -30,17 +30,18 @@ jobs:
git config user.email github-actions@github.com git config user.email github-actions@github.com
semantic-release version semantic-release version
echo ::set-output name=version::$(semantic-release print-version --current) 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 - name: Create release pull request
uses: peter-evans/create-pull-request@v3 uses: peter-evans/create-pull-request@v3
with: with:
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}
commit-message: Bumped version to ${{ steps.semantic-release.outputs.version }} commit-message: Bumped version to ${{ steps.semantic-release.outputs.version }}
committer: github-actions <github-actions@github.com>
author: 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 }} title: Bumped version for release ${{ steps.semantic-release.outputs.version }}
body: | body: |
Bumped version to ${{ steps.semantic-release.outputs.version }} Bumped version to ${{ steps.semantic-release.outputs.version }}
team-reviewers: amundsen-io/amundsen-committers team-reviewers: amundsen-io/amundsen-committers
branch: ${{ env.BRANCH_NAME }}
delete-branch: true
signoff: true
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment