https://github.com/pycontribs/proofit
ProofIt checks presence of specific PR labels in order to assure creation of meaningful release notes andwith and proper use of semantic versioning.
https://github.com/pycontribs/proofit
changelog github-action release-notes
Last synced: about 2 months ago
JSON representation
ProofIt checks presence of specific PR labels in order to assure creation of meaningful release notes andwith and proper use of semantic versioning.
- Host: GitHub
- URL: https://github.com/pycontribs/proofit
- Owner: pycontribs
- License: mit
- Archived: true
- Created: 2020-07-21T11:16:47.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-13T18:05:53.000Z (almost 3 years ago)
- Last Synced: 2025-10-25T23:25:22.809Z (4 months ago)
- Topics: changelog, github-action, release-notes
- Language: Python
- Homepage: https://github.com/pycontribs/proofit
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# proofit
ProofIt checks presence of specific PR labels in order to assure creation of meaningful release notes andwith and proper use of semantic versioning.
ProofIt is inspired from tools below and aims to combine their functionality in a single action. We also aim to make it able to load its settings from a single github repository, ones that would apply for the entire organization.
* [Release Drafter](https://github.com/marketplace/actions/release-drafter) - which uses a configured set of labels to update github release notes
* [Match PR Label](https://github.com/marketplace/actions/match-pr-label) - require presence of at least one label from a specific list