2
0
mirror of https://github.com/frappe/bench.git synced 2024-11-11 15:51:03 +00:00

Added erpnext_shopify and paypal_integration for release repo

This commit is contained in:
Nabin Hait 2016-02-04 11:22:42 +05:30
parent 60998dc4b7
commit 078a21a019

View File

@ -20,7 +20,8 @@ github_password = None
repo_map = {
'frappe': 'frappe',
'erpnext': 'erpnext',
'shopping_cart': 'shopping-cart'
'erpnext_shopify': 'erpnext_shopify',
'paypal_integration': 'paypal_integration'
}
def create_release(repo_path, version, remote='origin', develop_branch='develop', master_branch='master'):