rubiconba / fastlane-plugin-flutter-version-manager

Fastlane plugin that is used to manage app versioning of Flutter project
MIT License
35 stars 11 forks source link

Checking commit log based on version code #12

Closed DumbDev168 closed 1 year ago

DumbDev168 commented 1 year ago

How to check git log based on version: 1.0.5+77326735 ?

Is this 77326735 a unix timestamp? I tried this. But it seems this package has some offset set?

git log --date=unix --before=1635020939 --after=1635020939 --pretty=format:"%h"

davormaricdev commented 1 year ago

It is, but it has the offset of 1598622000 due to max version number constraints of Google Play Store Console

DumbDev168 commented 1 year ago

Thanks for reply. Let's me close this.