==> /croot/conda-anaconda-telemetry_1751061994888/_build_env/bin/git log -n1 <==
commit cdbf93dcf5414194d7801f3a8eccd952823e4b04
Author: Jannis Leidel <jannis@leidel.info>
Date:   Fri Jun 27 23:38:45 2025 +0200

    Ensure proper version override handling in GitHub Actions workflow (#129)
    
    * Ensure proper version override handling in GitHub Actions workflow
    
    - Updated the `check_output` call to include `text=True` for consistent string output.
    - Adjusted the logic for setting `VERSION_OVERRIDE` to append '0' to the branch prefix when the last release does not match.
    
    * Update versioning format in meta.yaml for improved canary release tracking
    
    - Modified the version string to include GIT_DESCRIBE_NUMBER and GIT_DESCRIBE_HASH for better identification of builds in the canary release workflow.
    - Added a comment to clarify the purpose of VERSION_OVERRIDE.
==> /croot/conda-anaconda-telemetry_1751061994888/_build_env/bin/git describe --tags --dirty <==
0.2.0
==> /croot/conda-anaconda-telemetry_1751061994888/_build_env/bin/git status <==
HEAD detached at 0.2.0
Untracked files:
  (use "git add <file>..." to include in what will be committed)
	build_env_setup.sh
	conda_build.sh
	metadata_conda_debug.yaml

nothing added to commit but untracked files present (use "git add" to track)
