2 Commits

Author SHA1 Message Date
Lucas de Sousa Rosa
a689492075 Add permission to release action and fix missing text on post-commit hook 2023-11-30 08:43:09 -03:00
Lucas de Sousa Rosa
ef7583a8dd Add a git hook for automatic tagging
- When the version field of `pyproject.toml` changes, after the changes have been committed, a tag is created with `git tag` that refers to the new version.
- It's necessary to configure the `git-hooks' directory `git config core.hooksPath .git-hooks`.
2023-11-29 22:47:18 -03:00