Open
Description
Is there an existing issue or pull request for this?
- I have searched the existing issues and pull requests
Feature description
I would like the current folder to be included into the templating context. This is mostly for filtering purposes.
Desired solution
Include the folder in the context.
Alternatives considered
None.
Additional context
In a workspace, I’m using scopes to specify the crate affected by a change. It may happen that I need to change code in other crates to accommodate this change, however for these crates it’s only an internal modification that is not visible in the public API. Since the commit is affecting these crates too, the generated changelog unfortunately reflects that too and I need to remove the unwanted entries manually.
Activity