|
65 | 65 | - name: Configure changelog for genesys-cloud-chatbot-tester |
66 | 66 | if: steps.publish_sdk.outputs.type != 'none' |
67 | 67 | run: | |
68 | | - cat <<'EOF' > changelog_config.json |
69 | | - {"categories": [], "template": "## Commits:\n\n${{UNCATEGORIZED}}", "pr_template": "- ${{MERGE_SHA}} ${{TITLE}}"} |
70 | | - EOF |
71 | | - echo "last_tag=$(git describe --tags --match \"genesys-cloud-chatbot-tester-v*\" --abbrev=0 || echo)" >> $GITHUB_ENV |
| 68 | + echo '{"categories": [], "template": "## Commits:\n\n${{ '${{UNCATEGORIZED}}' }}", "pr_template": ${{ '"- ${{MERGE_SHA}} ${{TITLE}}"' }} }' > changelog_config.json |
| 69 | + echo "last_tag=$(git describe --tags --match \"genesys-cloud-chatbot-tester-v*\" --abbrev=0)" >> $GITHUB_ENV |
| 70 | + echo "curr_commit=$(git rev-parse HEAD)" >> $GITHUB_ENV |
72 | 71 |
|
73 | 72 | - name: Generate changelog for genesys-cloud-chatbot-tester |
74 | 73 | if: steps.publish_sdk.outputs.type != 'none' |
|
98 | 97 | - name: Configure changelog for genesys-cloud-chatbot-tester-cli |
99 | 98 | if: steps.publish_cli.outputs.type != 'none' |
100 | 99 | run: | |
101 | | - cat <<'EOF' > changelog_config.json |
102 | | - {"categories": [], "template": "## Commits:\n\n${{UNCATEGORIZED}}", "pr_template": "- ${{MERGE_SHA}} ${{TITLE}}"} |
103 | | - EOF |
104 | | - echo "last_tag=$(git describe --tags --match \"genesys-cloud-chatbot-tester-cli-v*\" --abbrev=0 || echo)" >> $GITHUB_ENV |
| 100 | + echo '{"categories": [], "template": "## Commits:\n\n${{ '${{UNCATEGORIZED}}' }}", "pr_template": ${{ '"- ${{MERGE_SHA}} ${{TITLE}}"' }} }' > changelog_config.json |
| 101 | + echo "last_tag=$(git describe --tags --match \"genesys-cloud-chatbot-tester-cli-v*\" --abbrev=0)" >> $GITHUB_ENV |
| 102 | + echo "curr_commit=$(git rev-parse HEAD)" >> $GITHUB_ENV |
105 | 103 |
|
106 | 104 | - name: Generate changelog for genesys-cloud-chatbot-tester-cli |
107 | 105 | if: steps.publish_cli.outputs.type != 'none' |
|
0 commit comments