Skip to content

Update initiate_release.yml [frappe]

Bot Dokos requested to merge ft-commit-d92eb0c6037065 into develop

From: https://github.com/frappe/erpnext/commit/d92eb0c6037065d9a6f1bf9899ae0f15fba8ff0f
Date: 2023-10-24 15:25:03+05:30
By: Ankush Menat

Update initiate_release.yml

This is a commit that is not part of any pull request.



Diagnostics

Cleaning files from denylist:
 .github/workflows/initiate_release.yml | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)



Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-commit-d92eb0c6037065

# Make changes then rebase
git rebase -i upstream/develop --reapply-cherry-picks

# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue

# Force-push changes
git push --force-with-lease

Merge request reports