track-bump


Nametrack-bump JSON
Version 0.6.0 PyPI version JSON
download
home_pageNone
SummaryNone
upload_time2024-10-16 21:02:39
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/29/b9/6fc77b06349047b7791e5fbab887d9e8f6978fb34eb3adf134fdf2d411e8/track_bump-0.6.0.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.6.0",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4abd02719218e38b8be1cc44caa0fb289f506201bdec6addb61c647f0d5856a5",
                "md5": "c3c124b28d0e2c79421a92103ef6f224",
                "sha256": "feafc5118d3ee0b4b7f75e45873130e10597ee20b921b4d47ed26254e13e8b9f"
            },
            "downloads": -1,
            "filename": "track_bump-0.6.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c3c124b28d0e2c79421a92103ef6f224",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.12",
            "size": 7922,
            "upload_time": "2024-10-16T21:02:37",
            "upload_time_iso_8601": "2024-10-16T21:02:37.151432Z",
            "url": "https://files.pythonhosted.org/packages/4a/bd/02719218e38b8be1cc44caa0fb289f506201bdec6addb61c647f0d5856a5/track_bump-0.6.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "29b96fc77b06349047b7791e5fbab887d9e8f6978fb34eb3adf134fdf2d411e8",
                "md5": "88717b26ceab33d820c22ddb31105f69",
                "sha256": "3579a94e8a759e29fe6d3164867f39cc85e4415e2bae0d1e3fe884b5ea272155"
            },
            "downloads": -1,
            "filename": "track_bump-0.6.0.tar.gz",
            "has_sig": false,
            "md5_digest": "88717b26ceab33d820c22ddb31105f69",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.12",
            "size": 6151,
            "upload_time": "2024-10-16T21:02:39",
            "upload_time_iso_8601": "2024-10-16T21:02:39.311386Z",
            "url": "https://files.pythonhosted.org/packages/29/b9/6fc77b06349047b7791e5fbab887d9e8f6978fb34eb3adf134fdf2d411e8/track_bump-0.6.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-16 21:02:39",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "track-bump"
}
        
Elapsed time: 1.92758s