Skip to content

Latest commit

History

History
22 lines (16 loc) 路 478 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (16 loc) 路 478 Bytes

CONTRIBUTING

Set-up

pre-commit install
poetry install

Release

We use release-please to automate release including semver version based on conventional-commits.

Manually create a release PR from main branch

npx release-please release-pr \
--token=$(gh auth token) \
--repo-url=kolonialno/troncos
--dry-run