versionflow | Sensible versioning for Python packages using GitFlow

 by   Whatang Python Version: 0.4.0 License: No License

kandi X-RAY | versionflow Summary

kandi X-RAY | versionflow Summary

versionflow is a Python library. versionflow has no bugs, it has no vulnerabilities, it has build file available and it has low support. You can install using 'pip install versionflow' or download it from GitHub, PyPI.

Automatic Semantic Versioning with Git Flow. The point of versionflow is to enhance the Git Flow branching model with an automated approach to semantic versioning of your software's releases. It installs a command line utility which you can use to check your repo's status, initialise the versionflow approach, and create semantically versioned releases.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              versionflow has a low active ecosystem.
              It has 1 star(s) with 1 fork(s). There are 1 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 10 open issues and 7 have been closed. On average issues are closed in 79 days. There are 1 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of versionflow is 0.4.0

            kandi-Quality Quality

              versionflow has no bugs reported.

            kandi-Security Security

              versionflow has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              versionflow does not have a standard license declared.
              Check the repository for any license declaration and review the terms closely.
              OutlinedDot
              Without a license, all rights are reserved, and you cannot use the library in your applications.

            kandi-Reuse Reuse

              versionflow releases are not available. You will need to build from source code and install.
              Deployable package is available in PyPI.
              Build file is available. You can build the component from source.
              Installation instructions, examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of versionflow
            Get all kandi verified functions for this library.

            versionflow Key Features

            No Key Features are available at this moment for versionflow.

            versionflow Examples and Code Snippets

            No Code Snippets are available at this moment for versionflow.

            Community Discussions

            No Community Discussions are available at this moment for versionflow.Refer to stack overflow page for discussions.

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install versionflow

            versionflow is a Python package. With a Python installation, do.
            versionflow works on two assumptions: that you will use the Git Flow methodology for development, and that you want to tag commits on the master branch of your project with semantic version numbers. To get started with a project, you need to initialise it to use Git and Git Flow, and have a versionflow configuration file. You could do all that by hand, but luckily versionflow can do it for you. Just run. in youir project's root directory and versionflow will create a git repo, initialise it with Git Flow branches, create the config file, and tag the first (empty) commit as "0.0.0".
            We're in a git repo, initialised for Git Flow.
            The repo is clean: there are no tracked files with uncommitted changes.
            We have a versionflow config file, and the version number in it is consistent with the last version tag.
            Create a "Release/0.1.0" branch from the current development commit.
            Update the version number in the versionflow configuration file from 0.0.0 to 0.1.0.
            Merging "Release/0.1.0/ into master, and remove the release branch.
            Tag the merge commit on master as "0.1.0".
            Merge the master branch into develop, so that the latest tag and version number in there is 0.1.0.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            Install
          • PyPI

            pip install versionflow

          • CLONE
          • HTTPS

            https://github.com/Whatang/versionflow.git

          • CLI

            gh repo clone Whatang/versionflow

          • sshUrl

            git@github.com:Whatang/versionflow.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link