developmentseed / developmentseed/ingest-framework
Support versioning
- Dominant language
- Python
- Stars
- 4
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
It would be nice if the project were to auto-publish to Pypi in an appropriately versioned manner.
I have been doing a bit of research and it seems like there is decent momentum in the space of automatic package version by leaning on [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/). By utilizing Conventional Commits, a range of convenience Github Actions become available:
* Automated release PRs: https://github.com/marketplace/actions/release-please-action
* Automated PR labels: https://github.com/marketplace/actions/conventional-release-labels
* Automated versioning & changelog generation: https://github.com/marketplace/actions/conventional-changelog-action
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.