diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4d61ef2..c284151 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -74,7 +74,7 @@ jobs: npm install -g markdownlint-cli markdownlint changelog.md --fix # Build it - box task run taskfile=build/Build target=run :version=${{ env.VERSION }} :projectName=${{ env.MODULE_ID }} :buildID=${{ github.run_number }} + box task run taskfile=build/Build target=run :version=${{ env.VERSION }} :projectName=${{ env.MODULE_ID }} :buildID=${{ github.run_number }} :branch=${{ env.BRANCH }} - name: Commit Changelog [unreleased] with latest version uses: EndBug/add-and-commit@v9.1.4 diff --git a/box.json b/box.json index 1176976..d9215cf 100644 --- a/box.json +++ b/box.json @@ -1,6 +1,6 @@ { "name":"DocBox", - "version":"4.1.0", + "version":"4.1.1", "author":"Ortus Solutions, Corp", "location":"http://downloads.ortussolutions.com/ortussolutions/docbox/@build.version@/docbox-@build.version@.zip", "homepage":"https://forgebox.io/view/docbox", @@ -25,8 +25,8 @@ "Brad Wood " ], "dependencies":{ - "commandbox-cfformat":"*" - }, + "commandbox-cfformat":"*" + }, "devDependencies":{ "testbox":"^5" }, @@ -41,9 +41,9 @@ "coldbox-5-router-documentation.png" ], "scripts":{ - "build":"task run taskFile=build/Build.cfc :projectName=docbox :version=`package show version`", - "build:docs" : "task run build/Docs.cfc", - "tests" : "task run taskFile=build/Build.cfc target=runTests", + "build":"task run taskFile=build/Build.cfc :projectName=docbox :version=`package show version`", + "build:docs":"task run build/Docs.cfc", + "tests":"task run taskFile=build/Build.cfc target=runTests", "release":"recipe build/release.boxr", "format":"cfformat run --overwrite DocBox.cfc,build,strategy,tests", "format:watch":"cfformat watch DocBox.cfc,build,strategy,tests ./.cfformat.json", diff --git a/build/Build.cfc b/build/Build.cfc index ab61e8b..a263299 100644 --- a/build/Build.cfc +++ b/build/Build.cfc @@ -20,7 +20,8 @@ component { "tests", "server-.*\.json", "^\..*", - "coldbox-5-router-documentation.png" + "coldbox-5-router-documentation.png", + "docs" ]; // Cleanup + Init Build Directories diff --git a/changelog.md b/changelog.md index e9d5f8e..df63419 100644 --- a/changelog.md +++ b/changelog.md @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Fixed + +- Missed branch identifier in build process + ## [4.1.0] - 2024-02-13 ### Added diff --git a/docs/_config.yml b/docs/_config.yml new file mode 100644 index 0000000..c419263 --- /dev/null +++ b/docs/_config.yml @@ -0,0 +1 @@ +theme: jekyll-theme-cayman \ No newline at end of file diff --git a/docs/index.html b/docs/index.html new file mode 100644 index 0000000..a866ab7 --- /dev/null +++ b/docs/index.html @@ -0,0 +1,6 @@ + + + +Redirecting to https://docbox.ortusbooks.com + +