i have an issue where my build depends on the current package version but if i run bump after my build, my scripts are out of sync w/ the app version because they're compiled before the bump. if i compile them after a bump, the previous commit gets the version bump. is there any kind of workaround for this?
i have an issue where my build depends on the current package version but if i run bump after my build, my scripts are out of sync w/ the app version because they're compiled before the bump. if i compile them after a bump, the previous commit gets the version bump. is there any kind of workaround for this?