Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/playpauseandstop/badabump
Manage changelog and bump project version number using conventional commits from latest git tag. Support Python & JavaScript projects and CalVer & SemVer schemas. Designed to run at GitHub Actions.
https://github.com/playpauseandstop/badabump
calver changelog conventional-changelog conventional-commits semver
Last synced: about 1 month ago
JSON representation
Manage changelog and bump project version number using conventional commits from latest git tag. Support Python & JavaScript projects and CalVer & SemVer schemas. Designed to run at GitHub Actions.
- Host: GitHub
- URL: https://github.com/playpauseandstop/badabump
- Owner: playpauseandstop
- License: bsd-3-clause
- Created: 2020-10-22T18:19:54.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-04-02T17:55:01.000Z (almost 2 years ago)
- Last Synced: 2024-10-05T02:21:05.622Z (3 months ago)
- Topics: calver, changelog, conventional-changelog, conventional-commits, semver
- Language: Python
- Homepage:
- Size: 355 KB
- Stars: 5
- Watchers: 4
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# badabump
[![CalVer](https://img.shields.io/badge/calver-YY.MINOR.MICRO-22bfda)](https://calver.org)
[![CI Workflow](https://github.com/playpauseandstop/badabump/workflows/ci/badge.svg)](https://github.com/playpauseandstop/badabump/actions?query=workflow%3A%22ci%22)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://pre-commit.com)
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](https://github.com/commitizen-tools/commitizen#integrating-with-pre-commit)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Latest Version](https://img.shields.io/pypi/v/badabump.svg)](https://pypi.org/project/badabump/)
[![Python Versions](https://img.shields.io/pypi/pyversions/badabump.svg)](https://pypi.org/project/badabump/)
[![BSD License](https://img.shields.io/pypi/l/badabump.svg)](https://github.com/playpauseandstop/badabump/blob/main/LICENSE)
[![Coverage](https://coveralls.io/repos/playpauseandstop/badabump/badge.svg?branch=main&service=github)](https://coveralls.io/github/playpauseandstop/badabump)Manage changelog and bump project version number using conventional commits from latest git tag. Support Python & JavaScript projects and CalVer & SemVer schemas. Designed to run at GitHub Actions.
- Works on [Python](https://www.python.org/) 3.7+
- BSD licensed
- Source, issues, and pull requests [on GitHub](https://github.com/playpauseandstop/badabumps)