almahdi404 / rooster

Release management tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rooster

This project is a work in progress and not ready for use

Usage

Prepare a new release

Prepares a new release, which:

  • Determines a new version number
  • Generates a changelog entry for the release and adds to CHANGELOG.md
  • Updates the version number in pyproject.toml
rooster release [<path>] [--bump major|minor|patch]

Generate a changelog entry for a release

Generates a changelog entry for the current or given version

rooster changelog <path> [--version <version>]

Generate the contributor list for a release

Generates a contributor list for the current or given version

rooster contributors <path> [--verison <version>]

Caching

Rooster caches responses from the GitHub GraphQL API in $PWD/.cache. You may disable this behavior with ROOSTER_NO_CACHE=1.

About

Release management tool


Languages

Language:Python 100.0%