* https://github.com/gaocegege/maintainer
- The existing `AUTHORS.md` was created manually using this CLI app.
- This commit automates this process to run during the CI build,
as part of the overall `semantic-release` process.
* https://github.com/myii/maintainer
- Using an enhanced, forked version of this app.
- The authors are now shown in a table rather than a bulleted list.
* https://github.com/semantic-release/semantic-release
- Fully automated version management and package publishing.
* This commit introduces automation for the following processes:
- (1) Version number bumped based on commit message types.
- (2) Tags and releases created in GitHub.
- (3) Changelog updated using the same content in the GitHub release.
- (4) `FORMULA` version number updated.
- (5) PR comments sent to inform which release includes the changes.