Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

r3l3453

Package Overview
Dependencies
Maintainers
1
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

r3l3453

Bump version, tag, commit, release to pypi, bump again, and push.

pipPyPI
Version
0.54.3
Maintainers
1

r3l3453 is a small project that I use for semi-automating the release cycle on a few projects of mine. It expects the project to have a very specific configuration that I personally prefer, and therefore may not be suitable for other's projects.

In short what it does is as follows:

  • Bump version(s) to a release version according to git log and Conventional Commits_.
  • Change the title of Unreleased_ section in CHANGELOG.rst to the new version.
  • Commit changes.
  • Tag the commit.
  • Release to PyPI.
  • Bump the version again to dev0 version for the next release.
  • Push changes to repository.

There is a --simulate cli option which allows one to see what is going to happen.

.. _Conventional Commits: https://www.conventionalcommits.org/ .. _Unreleased: https://keepachangelog.com/

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts