Added
- Added "workflow_dispatch" event tigger for github actions
- Added "[tool.poetry.scripts]" to pyproject.toml
- Added code coverage to github actions
- Added CODECOV_TOKEN to github repository
- Added coverage badge in README.md
- Added various badge from shields.io in README.md
- Added doc/command_usage.md
- Added some PNG files under img directory
Changed
- Changed to use pip when installing qiita-sync in GitHub Actions
- Changed Python version to 3.7 and 3.10.1 in GitHub Actions
- Changed project information in pyproject.toml
- Changed .gitignore to exlucde dist directory
- Removed \_\_version_\_ from \_\_init_\_.py
- Changed QiitaArticle.fromFile not to return dict even if title is not defined
- Changed the setup of markdown test files to be smarter
- Changed strtobool to be removed because it wll be deprecated in python 3.12
Fixed
- Fixed get double-underscores to display in CHANGELOG.md