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
This is needed because we expect aliases we are deploying to already
exist, and mike by default will only create new aliases, but not "move"
them.
For example, if the current stable is v0.10.0 (`mike` version will be
`v0.10` and `latest` and `v0` will point to it) and we just released
v0.11.0, then the `latest` and `v0` aliases will need to be changed to
point to `v0.11`.
For more details see:
https://github.com/jimporter/mike#building-your-docs
0 commit comments