New!: V1.0.0p1t6

: Indicates the major, minor, and patch version of the software. p1 : Likely refers to Patch 1 or Pre-release 1 .

via pipeline triggers instead of manual entry. v1.0.0p1t6

name: Build Target Specific Firmware on: push: tags: - 'v*p*t*' jobs: compile_firmware: runs-on: ubuntu-latest steps: - name: Checkout Source Code uses: actions/checkout@v4 - name: Parse Version Components id: parse_version run: | TAG=$GITHUB_REF#refs/tags/ echo "TARGET_TIER=$(echo $TAG | sed -e 's/.*t//')" >> $GITHUB_ENV - name: Execute Compiler for Target 6 run: | echo "Compiling system profile for Target Tier: $ env.TARGET_TIER " make build TARGET=$ env.TARGET_TIER Use code with caution. Versioning Model Comparison : Indicates the major, minor, and patch version