Currently the used GitHub action looks for the existence of a plugin.php and if any, it’ll update the typical WordPress formatted version string in the doc-block.
### Tasks
- [ ] This action should allow the file to be given via an attribute.
- [ ] The action knows common replacement patterns for typical other files
- [ ] a pattern for `package.json`
- [ ] a pattern for `languages/TEXTDOMAIN.pot`
- [ ] a pattern for `README.md` (which replaces a readme.txt for .org)
- [ ] A *foreign* replacement pattern can also be provided as an attribute
Currently the used GitHub action looks for the existence of a
plugin.php
and if any, it’ll update the typical WordPress formatted version string in the doc-block.