docs: change from detecting version to since tag (#13127)
* update everything from version to since * update events * regenerate oas
This commit is contained in:
@@ -107,7 +107,7 @@ npx medusa db:migrate
|
||||
In the Medusa codebase, our team uses the following [TSDoc](https://tsdoc.org/) tags to indicate changes made in the latest version for a specific piece of code:
|
||||
|
||||
- `@deprecated`: Indicates that a piece of code is deprecated and will be removed in a future version. The tag's message will include details on what to use instead. However, our updates are always backward-compatible, allowing you to update your codebase at your own pace.
|
||||
- `@version`: Indicates the version when a piece of code was available from. A piece of code that has this tag will only be available starting from the specified version.
|
||||
- `@since`: Indicates the version when a piece of code was available from. A piece of code that has this tag will only be available starting from the specified version.
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user