Skip to content

Commit

Permalink
Add changelog order variable
Browse files Browse the repository at this point in the history
  • Loading branch information
philnewm committed Oct 11, 2024
1 parent 9e1d642 commit 1bd8e82
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/reset_test_repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,12 @@ jobs:
gh variable set MINOR_BUMP_LABEL --body "feature, enhancement" --repo ${{ env.TARGET_REPO }}
gh variable set MAIN_BRANCH --body "main" --repo ${{ env.TARGET_REPO }}
gh variable set PROJECT_NAME --body ${{ env.TARGET_REPO_PROJECT_NAME }} --repo ${{ env.TARGET_REPO }}
gh variable set WORKFLOW_REPO --body ${{ github.repository }} --repo ${{ env.TARGET_REPO }}
gh variable set WORKFLOW_CHECKOUT --body "main" --repo ${{ env.TARGET_REPO }}
gh variable set CHANGELOG_ORDER --body "feature,enhancement,bugfix,refactor,docs,test,pr" --repo ${{ env.TARGET_REPO }}
gh variable set CHANGELOG_FEATURE --body "feature" --repo ${{ env.TARGET_REPO }}
gh variable set CHANGELOG_ENHANCEMENT --body "enhancement" --repo ${{ env.TARGET_REPO }}
gh variable set CHANGELOG_BUGFIX --body "bugfix" --repo ${{ env.TARGET_REPO }}
gh variable set CHANGELOG_DOCS --body "documentation" --repo ${{ env.TARGET_REPO }}
gh variable set CHANGELOG_TEST --body "test" --repo ${{ env.TARGET_REPO }}
echo "$(gh variable list --repo ${{ env.TARGET_REPO }})"
Expand Down

0 comments on commit 1bd8e82

Please sign in to comment.