# <project-name from README.md> <version>, released t.b.d
Code name:
## Summary
<please enter summary here>
<!-- Sections: Changes, Features, Bugfixes, Refactorings, Documentation, Security -->
## Changes
* ISSUE_NUMBER: description
Background & Context
Automation, convenience, reduce manual work, increase quality, unify workflows, provide guidance for developers not familiar with processes and tools in Exasol Product Integration Team.
Summary
The current ticket request to enhance PTB in order to support users to maintain the changelog or their application projects.
Details
Proposed work-flow for starting to work on a new version of the current application
pyproject.toml
and callspoetry run nox -s fix
poetry run version-check <path/version.py> --fix
doc/changes/changelog.md
doc/changes/unreleased.md
with content from template (see below)Proposed work-flow for finishing and releasing a new version of the current application
doc/changes/unreleased.md
(specification: TBD) and reports potential findingsdoc/changes/unreleased.md
to filedoc/changes/changes_<version>.md
using the version from filepyproject.toml
.doc/changes/changelog.md
Proposed template, see https://github.com/exasol/notebook-connector/blob/main/doc/changes/changes_0.2.2.md
Background & Context
Automation, convenience, reduce manual work, increase quality, unify workflows, provide guidance for developers not familiar with processes and tools in Exasol Product Integration Team.
Examples
Sample repo already using the PTB: https://github.com/exasol/notebook-connector
References
Compare workflows with project-keeper and release-droid.