Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

git-semver

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

git-semver

Semantic versions management integrated to git.

  • 0.3.2
  • PyPI
  • Socket score

Maintainers
1

git-semver

.. image:: https://travis-ci.org/hartym/git-semver.svg?branch=master :target: https://travis-ci.org/hartym/git-semver :alt: Continuous Integration Status

.. image:: https://coveralls.io/repos/github/hartym/git-semver/badge.svg?branch=master :target: https://coveralls.io/github/hartym/git-semver?branch=master :alt: Coverage Status

.. image:: https://readthedocs.org/projects/git-semver/badge/?version=latest :target: http://git-semver.readthedocs.org/en/latest/?badge=latest :alt: Documentation Status

Install :::::::

.. code-block:: shell

(sudo) pip install git-semver

Simple usage ::::::::::::

.. code-block:: shell

$ git semver
0.1.0

.. code-block:: shell

$ git semver --next-patch
0.1.1

.. code-block:: shell

$ git semver --next-minor
0.2.0

.. code-block:: shell

$ git semver --next-major
1.0.0

Example release process :::::::::::::::::::::::

See http://rdc.li/release


Made with ♥ by Romain Dorgueil <https://twitter.com/rdorgueil>_ and contributors <https://github.com/hartym/git-semver/graphs/contributors>_.

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc