This website requires JavaScript.
Explore
Help
Sign In
djsundog
/
circuitpython
Watch
1
Star
0
Fork
0
You've already forked circuitpython
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
circuitpython
/
tools
/
describe
3 lines
80 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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
Use the first-parent heuristic for describing the version
2022-01-04 11:14:26 -06:00
git describe --first-parent --dirty --tags --always --match "[1-9].*"
Reference in New Issue
Copy Permalink