From 2af6516490b24fad82cc2b94402f0a556ef1c0b8 Mon Sep 17 00:00:00 2001 From: justingit Date: Tue, 27 Sep 2022 11:52:12 -0600 Subject: [PATCH] change release tags --- make_distro.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/make_distro.pl b/make_distro.pl index 4cc0a78d2..cbe44e1e3 100755 --- a/make_distro.pl +++ b/make_distro.pl @@ -39,7 +39,7 @@ perllib => { remote => 'https://github.com/justingit/', repo => 'dada-mail-perllib', - branch => 'release-11_20_0', + branch => 'main', dir_name => 'perllib', local_dir_path => 'DADA/perllib', @@ -47,14 +47,14 @@ ckeditor => { remote => 'https://github.com/justingit/', repo => 'ckeditor-for-dada-mail', - branch => 'release-11_20_0', + branch => 'main', dir_name => 'ckeditor', local_dir_path => 'extras/packages/ckeditor', }, tinymce => { remote => 'https://github.com/justingit/', repo => 'tiny_mce-for-dada-mail', - branch => 'release-11_20_0', + branch => 'main', dir_name => 'tinymce', local_dir_path => 'extras/packages/tinymce', },