Do Changelogs Release v0.6.2
0.6.2 (2024-06-02)
New
-
Add changelog feature for release workflows. [Stephen L Arnold]
- uses
gitchangelogto generate either full changelog.rst or
changelog diff from given base tag
- uses
Changes
-
Add config option to set changelog file extension. [Stephen L Arnold]
- allowed options are 'rst' or 'md' depending on the gitchangelog
configuration setting foroutput_engine
- allowed options are 'rst' or 'md' depending on the gitchangelog
Fixes
- Update docs cmds in release workflow. [Stephen L Arnold]
Other
-
Merge pull request #24 from sarnold/changelogs. [Steve Arnold]
Add changelog support
-
Update our own changelog for next release, combine tox doc envs. [Stephen L Arnold]