Metadata-Version: 2.1
Name: bumping
Version: 0.3.0
Summary: Python tool to calculate SemVer based on conventional git commit messages.
Home-page: https://github.com/WqyJh/bumping
Author: wqy
Author-email: qiyingwangwqy@gmail.com
License: UNKNOWN
Description: # Bumping
        
        Python tool to calculate SemVer based on conventional git commit messages.
        
        ## Prerequisite
        
        - Python >= 3
        
        ## Installation
        
        ```bash
        pip install bumping
        ```
        
        ## Usage
        
        Execute `bumping` and the calculated version would be printed.
        
        ```bash
        $ bumping
        0.1.1
        ```
        ### Changelog
        
        All notable changes to this project will be documented in this file. Dates are displayed in UTC.
        
        Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
        
        #### 0.3.0
        
        > 9 August 2019
        
        - chore: add travis ci [`#1`](https://github.com/WqyJh/bumping/pull/1)
        - feat: add project structure [`f4c6024`](https://github.com/WqyJh/bumping/commit/f4c6024f71868b8f4ffaaa9ba1013f9732b8da3c)
        - feat: add docopt [`43572ad`](https://github.com/WqyJh/bumping/commit/43572add7f7aacc7819604b39c0f21299cc3fa3c)
        - feat: add version calculating [`cf84d7e`](https://github.com/WqyJh/bumping/commit/cf84d7ee1d080b0ab79f96727adc9544f07c48d9)
        
Keywords: git,conventionalcommits,SemVer
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3 :: Only
Description-Content-Type: text/markdown
