Open schomatis opened 6 years ago
That's exactly what I do but yes, it would be nice to have this information committed (ideally in ~/.gx/gitcommit
or something like that). I could have sworn there was an issue for this but I guess not...
Related to https://github.com/whyrusleeping/gx/issues/82 (augment lastpubver
).
Is there a way to know, in the case
git
is used, what is the hash of the commit that was published inlastpubver
? And if not, could that be added (as an option) tolastpubver
orpackage.json
?The only way I can think of right now is to look for the
gx publish
commit and dogit rev-parse --short HEAD~1
.