This repository uses automated releases powered by release-please action.
feat:
for new features (minor version bump)fix:
for bug fixes (patch version bump)feat!:
or fix!:
for breaking changes (major version bump)chore:
, docs:
, style:
, refactor:
, test:
for other changesmain
, release-please will:
dist/index.js
) are automatically uploadedYou can still create manual releases if needed. The system will detect if a release was created by release-please or manually and handle them appropriately.
feat: add support for custom report prefixes
fix: resolve issue with trx file parsing
docs: update README with new usage examples
chore: update dependencies
feat!: change action input parameter names (breaking change)
Release notes are automatically generated from conventional commits and organized by type (Features, Bug Fixes, etc.). The format can be customized in .release-please-config.json
.