Skip to content

chore: disable beta release [frappe]

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

From: https://github.com/frappe/erpnext/commit/cea0d65fbdc2b38689521cdb3aeadf8ce88d50a4
Date: 2023-10-11 12:22:06+05:30
By: Ankush Menat

chore: disable beta release

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

# 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