Browse Source

Se agregaron comentarios

gabriel 7 năm trước cách đây
mục cha
commit
c08ce45b48
2 tập tin đã thay đổi với 4 bổ sung2 xóa
  1. 2 0
      README.md
  2. 2 2
      tools/src/Release.php

+ 2 - 0
README.md

@@ -29,3 +29,5 @@ Cada vez que se genere un módulo nuevo se debe agregar la dirección del reposi
     Para realizar un tag debemos ejecucar la siguiente sentencia
         php cmd.php make:tag:vendors repositories.ini vX.Y.Z
 
+##Extra (ADICIONAL)
+    El módulo extra debe hacerse en forma manual. Tanto el branch como tag. Por ahora debe usuarse el master. 

+ 2 - 2
tools/src/Release.php

@@ -243,8 +243,8 @@ class Release extends Command
             ->addOption('client', null, InputOption::VALUE_REQUIRED, 'Client name, if is not provided uses, the dirname of the installation', false)
             ->addOption('modules', null, InputOption::VALUE_REQUIRED, 'List of modules to install separated by coma.', "all")
             ->addOption('inventory', null, InputOption::VALUE_REQUIRED, 'Write inventory.ini by default.', true)
-            ->addOption('docker-tag', null, InputOption::VALUE_REQUIRED, 'Docker tag to be used', "latest")
-            ->addOption('all-ref', null, InputOption::VALUE_REQUIRED, 'Git reference (branch or tag) to clone all app', "")
+            ->addOption('docker-tag', null, InputOption::VALUE_REQUIRED, 'Docker tag to be used. Ej. v0.1.1', "latest")
+            ->addOption('all-ref', null, InputOption::VALUE_REQUIRED, 'Git reference (branch or tag) to clone all app. Ej. 0.1.1', "")
             ->addOption('general-version', null, InputOption::VALUE_REQUIRED, 'Set options all-ref and docker-tag with this value. Ej. 0.1.1', "");
     }