Closed nekevss closed 4 months ago
Was thinking that we should probably exclude dependabot updates from git cliff EDIT: Is there an option to exclude users in the cliff config file?
Potentially? it does look like we may be able to group the CHANGELOG.md
better if we used conventional commits.
EDIT: So currently it now filters out any commit that is "^Bump", but I think we could configure "dependabot"'s commit message to use conventional commits, something like "chore(dependency): ",which may be better overall.
EDIT: So currently it now filters out any commit that is "^Bump", but I think we could configure "dependabot"'s commit message to use conventional commits, something like "chore(dependency): ",which may be better overall.
Makes sense. We can add that on a separate PR I think.
This PR bumps the version in the changelog and bumps the
Cargo.toml
version to0.0.3
for release