You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a desirable feature that relies on changes in bump-my-version. Adapted from code originally introduced in #38.
It would be great to have a way of replacing the entries in the release notes on each version bump. Unfortunately, this doesn't work with the current implementation of bump-my-version when using build-incrementing patterns (see: callowayproject/bump-my-version#189).
For reference, one way of using both cookiecutter and jinja templating to have the underline of the built project respect the length of the entry line would resemble the following:
### What kind of change does this PR introduce?
* Updates the cookiecutter to the latest commit.
* The `ruff` linter has been adjusted to render the `flake8-alphabetize`
dependency redundant (and removed).
* Several `noqa` and `fixme` statements have been added to pass
additional linting checks for now.
### Does this PR introduce a breaking change?
Yes.
* The structure of the package is slightly modified from a flat layout
to a src layout.
(https://packaging.python.org/en/latest/discussions/src-layout-vs-flat-layout/)
* `CHANGES.rst` is now `CHANGELOG.rst`.
(https://keepachangelog.com/en/1.1.0/#frequently-asked-questions)
* Bumping a release version will trigger changes in the `CHANGELOG.rst`
file. (Ouranosinc/cookiecutter-pypackage#41)
### Other information:
~This does not yet integrate changes from
Ouranosinc/cookiecutter-pypackage#50 (but it
should before merging)~
We should perform a release after this and then see about proposing the
package to `conda-forge`!
Description
This is a desirable feature that relies on changes in
bump-my-version
. Adapted from code originally introduced in #38.It would be great to have a way of replacing the entries in the release notes on each version bump. Unfortunately, this doesn't work with the current implementation of
bump-my-version
when usingbuild
-incrementing patterns (see: callowayproject/bump-my-version#189).For reference, one way of using both
cookiecutter
andjinja
templating to have the underline of the built project respect the length of the entry line would resemble the following:The text was updated successfully, but these errors were encountered: