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
In release v2.1.0 we merged develop to main without updating API docs version in next-swagger-doc.json. It is easy to forget to update that file, so I suggest we add a Github Action step to update it automatically. The algorithm would be something like this:
on commit to develop branch
run yarn docs:validate (this task auto-update next-swagger-doc.json with package.json version)