I recently developed a theme which has been accepted into the WordPress repository. I want to keep this updated for my users. What is the recommended way to monitor the theme’s need for updates?
My guess is that it should be checked for deprecated functions and using debug etc plugins perhaps every time there is a major WordPress core update – is this on the right track?
How often do other developers check their themes and what is the process they use for checking?
Many thanks, I have searched but can’t find this information anywhere.