Augustas Grigas
Augustas Grigas
**Closes #8270: Automatic deprecation date linting on release** Added logic to `version-bump.yaml` script: 1. Run ESLint rule on release branch to modify `@deprecated` comments in code. Comments are modified by...
There was an [eslint rule created](https://github.com/iTwin/eslint-plugin/pull/102) which, upon execution, adds appropriate deprecation dates to deprecated elements. Those dates inform developers when a specific deprecated element might be removed from code....
Add automated step in release pipeline to update deprecation messages via a eslint command