I'm trying to do lerna publish --canary
I'm seeing the "number" after "alpha" is not bumped up (look at the 2nd and 3rd are both alpha.1 )
0.1.3-alpha.0+34fcd0a
0.1.3-alpha.1+d9a9ecb
0.1.3-alpha.1+ezacf1c
How can I make sure that everytime the canary publish can bump up the number after alpha ?
0.1.3-alpha.0+{someSHA}
0.1.3-alpha.1+{someSHA}
0.1.3-alpha.2+{someSHA}
0.1.3-alpha.3+{someSHA}