From ca8c6238bb0b354c0c463b45977c8a69e96e7801 Mon Sep 17 00:00:00 2001 From: Allison Suarez Miranda Date: Mon, 1 Feb 2021 12:56:50 -0800 Subject: [PATCH 1/3] removed echo cause command doesn't need it Signed-off-by: Allison Suarez Miranda --- .github/workflows/monthly_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/monthly_release.yml b/.github/workflows/monthly_release.yml index 383ca5719..534e8c9b7 100644 --- a/.github/workflows/monthly_release.yml +++ b/.github/workflows/monthly_release.yml @@ -30,7 +30,7 @@ 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: From 02297140e10710c6e7ce1f31dbce0b1eec988716 Mon Sep 17 00:00:00 2001 From: Allison Suarez Miranda Date: Tue, 2 Feb 2021 11:06:10 -0800 Subject: [PATCH 2/3] reorganized and added committer Signed-off-by: Allison Suarez Miranda --- .github/workflows/monthly_release.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/monthly_release.yml b/.github/workflows/monthly_release.yml index 534e8c9b7..9957f0540 100644 --- a/.github/workflows/monthly_release.yml +++ b/.github/workflows/monthly_release.yml @@ -36,11 +36,13 @@ jobs: with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: Bumped version to ${{ steps.semantic-release.outputs.version }} + committer: github-actions author: github-actions + 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 }} + ${{ steps.semantic-release.outputs.difflog }} team-reviewers: amundsen-io/amundsen-committers - branch: ${{ env.BRANCH_NAME }} - delete-branch: true - signoff: true From fc6f75fcb391a0a8ed958bdfa7356c5c1832712f Mon Sep 17 00:00:00 2001 From: Allison Suarez Miranda Date: Tue, 2 Feb 2021 11:07:36 -0800 Subject: [PATCH 3/3] oops Signed-off-by: Allison Suarez Miranda --- .github/workflows/monthly_release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/monthly_release.yml b/.github/workflows/monthly_release.yml index 9957f0540..9aa8e55f1 100644 --- a/.github/workflows/monthly_release.yml +++ b/.github/workflows/monthly_release.yml @@ -44,5 +44,4 @@ jobs: title: Bumped version for release ${{ steps.semantic-release.outputs.version }} body: | Bumped version to ${{ steps.semantic-release.outputs.version }} - ${{ steps.semantic-release.outputs.difflog }} team-reviewers: amundsen-io/amundsen-committers