# README
This package eases the creation of new releases for
a python package versioned with mercurial.
It assumes mercurial as vcs and semantic versioning.
Also, the version has to be managed by a variable
`numversion` inside a file `__pkginfo__.py`.
It takes care to :
- update the version in the file `__pkginfo__.py` (required)
- update the changelog
- create a commit with only this changes
- tag the commit.
The new version, `patch`, `minor` or `major`, depends on the option `-r`/`--release`
passed as parameter.
The `auto` option reads the commit message and determines the release type
according to conventional commit.
The primary use case is to have `release-new` inside a tox rules for cubicweb
cubes.
You can use `release-new --preview-changelog` or `release-new -c` to preview the
changelog that will be generated.
It does not:
- release to pypi
The release should be done by the CI, see the `.gitlab-ci.yml`.
It can be installed with `pip install release-new`.
Raw data
{
"_id": null,
"home_page": "https://forge.extranet.logilab.fr/open-source/release-new",
"name": "release-new",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": null,
"author": "Logilab",
"author_email": "contact@logilab.fr",
"download_url": "https://files.pythonhosted.org/packages/9a/f1/30ae5780feb559f813ac1f8d35650dd06484c5d755a2d73f7e4d458cedf1/release_new-0.17.0.tar.gz",
"platform": null,
"description": "# README\n\nThis package eases the creation of new releases for\na python package versioned with mercurial.\nIt assumes mercurial as vcs and semantic versioning.\nAlso, the version has to be managed by a variable\n`numversion` inside a file `__pkginfo__.py`.\n\nIt takes care to :\n\n- update the version in the file `__pkginfo__.py` (required)\n- update the changelog\n- create a commit with only this changes\n- tag the commit.\n\nThe new version, `patch`, `minor` or `major`, depends on the option `-r`/`--release`\npassed as parameter.\nThe `auto` option reads the commit message and determines the release type\naccording to conventional commit.\n\nThe primary use case is to have `release-new` inside a tox rules for cubicweb\ncubes.\n\nYou can use `release-new --preview-changelog` or `release-new -c` to preview the\nchangelog that will be generated.\n\nIt does not:\n\n- release to pypi\n\nThe release should be done by the CI, see the `.gitlab-ci.yml`.\n\nIt can be installed with `pip install release-new`.\n",
"bugtrack_url": null,
"license": "LGPL",
"summary": "logilab's tool to make easy releases on our forge with mercurial",
"version": "0.17.0",
"project_urls": {
"Homepage": "https://forge.extranet.logilab.fr/open-source/release-new"
},
"split_keywords": [],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "f49bbaf8ab342a186ec21fbbc2fcc8fdc37ecbf7ed86e13eb45f79b3a0feace9",
"md5": "c6c9aac63ffb897be5e0338a50524339",
"sha256": "65268bba9df69bf5dc1eb7f52e21e1ebc8088f5265a9de2de94c43fe5a18e99d"
},
"downloads": -1,
"filename": "release_new-0.17.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "c6c9aac63ffb897be5e0338a50524339",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 10075,
"upload_time": "2025-02-04T15:35:32",
"upload_time_iso_8601": "2025-02-04T15:35:32.104733Z",
"url": "https://files.pythonhosted.org/packages/f4/9b/baf8ab342a186ec21fbbc2fcc8fdc37ecbf7ed86e13eb45f79b3a0feace9/release_new-0.17.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "9af130ae5780feb559f813ac1f8d35650dd06484c5d755a2d73f7e4d458cedf1",
"md5": "63428baad90b52a77415ff2f1502d692",
"sha256": "dcca549622921f57c8ee864a19373a471bc6bcbd2a4b7ba5c7512225a2c220e6"
},
"downloads": -1,
"filename": "release_new-0.17.0.tar.gz",
"has_sig": false,
"md5_digest": "63428baad90b52a77415ff2f1502d692",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 10015,
"upload_time": "2025-02-04T15:35:33",
"upload_time_iso_8601": "2025-02-04T15:35:33.753483Z",
"url": "https://files.pythonhosted.org/packages/9a/f1/30ae5780feb559f813ac1f8d35650dd06484c5d755a2d73f7e4d458cedf1/release_new-0.17.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-02-04 15:35:33",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "release-new"
}