We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 81d4626 + c304ec5 commit 6eb1831Copy full SHA for 6eb1831
1 file changed
.github/workflows/pre-release.yml
@@ -88,7 +88,7 @@ jobs:
88
git config user.name github-actions[bot]
89
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
90
git switch -c "$BRANCH_NAME"
91
- git add docs/history.md cumulusci/__about__.py
+ git add docs/history.md cumulusci_ado/__about__.py
92
git commit -m "Update changelog (automated)"
93
# Delete the remote branch if it exists, ignoring errors if it doesn't.
94
git push origin --delete "$BRANCH_NAME" || true
0 commit comments