Why? What happens? error messages? fails to run afterwards? does it explode?
Honestly I am confused with the builds
As I said 2 posts ago it's the number of commits on that branch since the last release tag.
You get it by running git log --oneline RELEASE_1V95..HEAD and counting the number of lines (commits) returned.
However I have absolutely no idea why Travis seems to be getting differing numbers of commits returned from that command each time - there are more important things to work on than figuring out why a number in a filename is off by 1. If you find out why I'd appreciate a PR though.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Why? What happens? error messages? fails to run afterwards? does it explode?
As I said 2 posts ago it's the number of commits on that branch since the last release tag.
You get it by running
git log --oneline RELEASE_1V95..HEAD
and counting the number of lines (commits) returned.However I have absolutely no idea why Travis seems to be getting differing numbers of commits returned from that command each time - there are more important things to work on than figuring out why a number in a filename is off by 1. If you find out why I'd appreciate a PR though.