Closed AliSajid closed 1 month ago
This stack of pull requests is managed by Graphite. Learn more about stacking.
Join @AliSajid and the rest of your teammates on Graphite
3 reviewers were added to this PR based on Ali Sajid Imami's automation.
1 assignee was added to this PR based on Ali Sajid Imami's automation.
TL;DR
Updated version number and improved pre-commit configuration.
What changed?
always_run: true
for the create_tag.sh hook.How to test?
Why make this change?
The version update prepares the package for a new release. Setting
always_run: true
for the create_tag.sh hook ensures that tags are consistently created, improving version control and release management processes.