Skip to content

chore: disable v13 releases [frappe]

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

From: https://github.com/frappe/frappe/commit/e163dbe5e2b64ca12940bbdabbb7965908dce75b
Date: 2024-01-01 12:54:04+05:30
By: Ankush Menat

chore: disable v13 releases

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-e163dbe5e2b64c

# 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