What's the process to release a new version of ansible.posix?

What’s the process to release ansible.posix?, it seems to be actively being developed, but the latest release is from back in July last year

There is some usage of deprecated code that has been fixed (as of last week), so a new release would prevent deprecation warnings from showing up every time I run a playbook with this, or when I call ansible-lint

Anything that can be done to help with the release process?

Thanks

Not all deprecation warnings have yet been fixed: Fix _AnsibleActionDone deprecation in patch plugin by leegarrett · Pull Request #687 · ansible-collections/ansible.posix · GitHub

We are working on merging most of the deprecation stuff. Will be able to release once all required PRs are merged. Thanks,