You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.
"snapshot" tries to be smart and does not create a new snapshot (or timestamp) if targets changes doe not require it -- this makes sense so that we can run "snapshot" on every merge...
however this is a problem if I change snapshot keys and want a new snapshot version because of that.
I ended up bumping targets to initiate snapshot and timestamp but maybe there is a smarter way?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
"snapshot" tries to be smart and does not create a new snapshot (or timestamp) if targets changes doe not require it -- this makes sense so that we can run "snapshot" on every merge...
however this is a problem if I change snapshot keys and want a new snapshot version because of that.
I ended up bumping targets to initiate snapshot and timestamp but maybe there is a smarter way?
The text was updated successfully, but these errors were encountered: