Abdo

Results 1 comments of Abdo

If you wanted, rather than using a git tag, you can simply count the number of commits as the version code. Something like `git rev-list --first-parent --count origin/main` here's a...