Skip to main content

Automatically bump your project files to the latest version.

Project description

🐍🐍 molting

Automatically bump your project files to the latest version.

PyPI PyPI - Python Version CI - nox sessions


Overview

Simplifies the process of creating new releases by bumping version numbers, updating release notes, and creating a GitHub release.

  • Easy to use - Can be called without any arguments; let molting figure out the specifics.
  • Built for CI/CD - Run from GitHub Actions or similar CI/CD tool to completely automate your release process.

How it works

graph TD
    A[Invoke molting CLI] -->|Specify semver type| B(Calculate new version)
    A -->|Omit semver type| C(Get commit messages)
    C --> D[Guess change type]
    D --> B
    B --> G(Get changelog notes)
    G -->|Changelog notes found| E(Update version in files)
    G -->|No Changelog notes exist| J(Get commit messages)
    J -->|Write commit messages to Changelog| G
    E --> F(Create new git tag)
    F --> K(Create GitHub release with Changelog notes)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

molting-0.3.1.tar.gz (6.9 kB view hashes)

Uploaded Source

Built Distribution

molting-0.3.1-py3-none-any.whl (7.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page