track-bump


Nametrack-bump JSON
Version 0.5.1 PyPI version JSON
download
home_pageNone
SummaryNone
upload_time2024-07-23 09:46:15
maintainerNone
docs_urlNone
authorJulien Brayere
requires_python<4.0,>=3.12
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Track-bump 


Utility library to bump the version / tags or a project repository
following the following pattern:

![CI](./static/ci.png)

# How to use

1. Update your **pyproject.toml** or `.cz.toml` file with the following:

```toml
[tool.track-bump]
version = "0.1.0"
version_files = [
    "sub-project-1/pyproject.toml",
    "sub-project-2/pyproject.toml"
]
bump_message = "chore: release {current_version} → {new_version} [skip ci]"
```
2. Run the following command from inside your project:

```bash
poetry run track-bump
```

or with **pipx**
    
```bash
pipx run track-bump
```


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "track-bump",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.12",
    "maintainer_email": null,
    "keywords": null,
    "author": "Julien Brayere",
    "author_email": "julien.brayere@tracktor.fr",
    "download_url": "https://files.pythonhosted.org/packages/01/eb/d3e2c66825240e8c1a2c7777ce9d89638463e2f5969e361d47cd864cd320/track_bump-0.5.1.tar.gz",
    "platform": null,
    "description": "# Track-bump \n\n\nUtility library to bump the version / tags or a project repository\nfollowing the following pattern:\n\n![CI](./static/ci.png)\n\n# How to use\n\n1. Update your **pyproject.toml** or `.cz.toml` file with the following:\n\n```toml\n[tool.track-bump]\nversion = \"0.1.0\"\nversion_files = [\n    \"sub-project-1/pyproject.toml\",\n    \"sub-project-2/pyproject.toml\"\n]\nbump_message = \"chore: release {current_version} \u2192 {new_version} [skip ci]\"\n```\n2. Run the following command from inside your project:\n\n```bash\npoetry run track-bump\n```\n\nor with **pipx**\n    \n```bash\npipx run track-bump\n```\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": null,
    "version": "0.5.1",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "56eec440d4783e6711095b4b567839a4e25ff788839bf82ab27f82a8a122f0d2",
                "md5": "cfe092f345c4147e21fa6db2406d345b",
                "sha256": "cc8f982d891c3c580336d9230d193fae5260891c2309bf5b87ff617d99aa9896"
            },
            "downloads": -1,
            "filename": "track_bump-0.5.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "cfe092f345c4147e21fa6db2406d345b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.12",
            "size": 6974,
            "upload_time": "2024-07-23T09:46:14",
            "upload_time_iso_8601": "2024-07-23T09:46:14.561761Z",
            "url": "https://files.pythonhosted.org/packages/56/ee/c440d4783e6711095b4b567839a4e25ff788839bf82ab27f82a8a122f0d2/track_bump-0.5.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "01ebd3e2c66825240e8c1a2c7777ce9d89638463e2f5969e361d47cd864cd320",
                "md5": "d6348c203d2f140d5f1a74f9a84800fa",
                "sha256": "74487e4c62dd3ad3ce0963b4f4bc17ac44c574212b8257eb26b72791156d27e3"
            },
            "downloads": -1,
            "filename": "track_bump-0.5.1.tar.gz",
            "has_sig": false,
            "md5_digest": "d6348c203d2f140d5f1a74f9a84800fa",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.12",
            "size": 5123,
            "upload_time": "2024-07-23T09:46:15",
            "upload_time_iso_8601": "2024-07-23T09:46:15.734574Z",
            "url": "https://files.pythonhosted.org/packages/01/eb/d3e2c66825240e8c1a2c7777ce9d89638463e2f5969e361d47cd864cd320/track_bump-0.5.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-23 09:46:15",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "track-bump"
}
        
Elapsed time: 3.03058s