{ "info": { "author": "Scott Lemmon", "author_email": "skot.biz@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "Git-Releaseit\n==========\n\n`git-releaseit` adds a git command which will smartly auto-increment git release tags. It currently only supports tags following the `major.minor` convension.\n\nGetting Started\n===============\n\nYou can get started with `git-releaseit` by using PIP:\n\n```\npip install git-releaseit\n```\n\nThis can be done in a virtual environment or at the system level.\n\nFrom then on, you can tag your new releases with something like:\n```\ngit release major\n```\nor\n```\ngit release minor\n```\nwhere `major` indicates a major release and will increment the major version number and reset the minor, and `minor` indicates a minor release and will increment the minor version number and leave the major version number alone.\n\nThe command also supports the `-s` option, which will attempt to sign the tag.\n\nThe tags are annotated by default, so a `-a` option is not needed.", "description_content_type": null, "docs_url": null, "download_url": null, "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Authentise/git-release", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "git-releaseit", "package_url": "https://pypi.org/project/git-releaseit/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/git-releaseit/", "project_urls": { "Homepage": "https://github.com/Authentise/git-release" }, "release_url": "https://pypi.org/project/git-releaseit/0.5/", "requires_dist": null, "requires_python": null, "summary": "The git release command for auto-incrementing git tags for releases", "version": "0.5" }, "last_serial": 2072543, "releases": { "0.4": [ { "comment_text": "", "digests": { "md5": "68f853c0dde09d8b7e91d316138c6066", "sha256": "a42c976e412806432e184cd60729c14efbe06005e90304acd06608917fc1834a" }, "downloads": -1, "filename": "git-releaseit-0.4.tar.gz", "has_sig": false, "md5_digest": "68f853c0dde09d8b7e91d316138c6066", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3480, "upload_time": "2016-04-19T21:19:07", "url": "https://files.pythonhosted.org/packages/de/8d/1ee38ea46366ebf2f8a8fb0d83cefa77d21acf03248d11c4c5336ae98c96/git-releaseit-0.4.tar.gz" } ], "0.5": [ { "comment_text": "", "digests": { "md5": "511c186396bcbdf1f5088302b544455b", "sha256": "b73a13eb1cbf466b681aef936ef73b545cc2c32f694811ca7ed007d0ed13a54b" }, "downloads": -1, "filename": "git-releaseit-0.5.tar.gz", "has_sig": false, "md5_digest": "511c186396bcbdf1f5088302b544455b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3480, "upload_time": "2016-04-19T21:22:12", "url": "https://files.pythonhosted.org/packages/f5/87/161f11ae08098222dbfac539537534fce7070ca4e6bb46f811522a7775a5/git-releaseit-0.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "511c186396bcbdf1f5088302b544455b", "sha256": "b73a13eb1cbf466b681aef936ef73b545cc2c32f694811ca7ed007d0ed13a54b" }, "downloads": -1, "filename": "git-releaseit-0.5.tar.gz", "has_sig": false, "md5_digest": "511c186396bcbdf1f5088302b544455b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3480, "upload_time": "2016-04-19T21:22:12", "url": "https://files.pythonhosted.org/packages/f5/87/161f11ae08098222dbfac539537534fce7070ca4e6bb46f811522a7775a5/git-releaseit-0.5.tar.gz" } ] }