23022a5a7f
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.
3 lines
65 B
Bash
Executable File
3 lines
65 B
Bash
Executable File
#!/bin/sh
|
|
git describe --dirty --tags --always --match "[1-9].*"
|