Logo
Explore Help
Sign In
djsundog/circuitpython
1
0
Fork 0
You've already forked circuitpython
Code Issues Pull Requests Packages Projects Releases Wiki Activity
circuitpython/tools/describe

7 lines
139 B
Plaintext
Raw Normal View History

Add, use tools/describe script This isn't intended to make any overt behavioral change, but there is a slight one in the value of CP_VERSION that will be used during CI, because it will now include `--always --match "..."`, so there could be a change to the uploaded name of the mpy-cross artifacts on s3.
2021-12-29 14:33:45 -06:00
#!/bin/sh
cache common submodules and share cp version
2023-01-14 10:58:04 +05:30
if [ -z "$CP_VERSION" ]; then
git describe --first-parent --dirty --tags --match "[1-9].*" "$@"
else
echo $CP_VERSION
fi
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.0 Page: 95ms Template: 4ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API