From f3b639cd69ce30e710652b772cf6a6d849d69fd5 Mon Sep 17 00:00:00 2001 From: Luis Majano Date: Thu, 14 Dec 2023 14:54:17 +0100 Subject: [PATCH] more updates to latest template --- build/Build.cfc | 16 ++++++++-------- build/release.boxr | 3 +++ 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/build/Build.cfc b/build/Build.cfc index 1376abf..30a6a60 100644 --- a/build/Build.cfc +++ b/build/Build.cfc @@ -48,9 +48,9 @@ component { * Run the build process: test, build source, docs, checksums * * @projectName The project name used for resources and slugs - * @version The version you are building - * @buldID The build identifier - * @branch The branch you are building + * @version The version you are building + * @buldID The build identifier + * @branch The branch you are building */ function run( required projectName, @@ -113,9 +113,9 @@ component { * Build the source * * @projectName The project name used for resources and slugs - * @version The version you are building - * @buldID The build identifier - * @branch The branch you are building + * @version The version you are building + * @buldID The build identifier + * @branch The branch you are building */ function buildSource( required projectName, @@ -300,9 +300,9 @@ component { */ private function ensureExportDir( required projectName, - version = "1.0.0" + version = "1.0.0" ){ - if ( structKeyExists( variables, "exportsDir" ) && directoryExists( variables.exportsDir ) ) { + if ( structKeyExists( variables, "exportsDir" ) && directoryExists( variables.exportsDir ) ){ return; } // Prepare exports directory diff --git a/build/release.boxr b/build/release.boxr index 14b2c02..a63f2cc 100755 --- a/build/release.boxr +++ b/build/release.boxr @@ -9,3 +9,6 @@ # Push all branches back out to github !git push origin --all + +# Check development again +!git checkout -f development