Skip to main content

No project description provided

Project description

Poetry Git Version Plugin

Descendant of poetry-version-plugin, which does not work on poetry 1.2.0.

Functionality

  • Project tag parsing
  • Substitution of the project tag (if any) in the poetry.version value
  • Maintenance of PEP 440

Quick start

poetry self add poetry-git-version-plugin
poetry git-version # Write your git tag

Dependencies

[tool.poetry.dependencies]
python = ">=3.10"
poetry = ">=1.2.0"

Setup

[tool.poetry-git-version-plugin]
# Ignore "tag missing" errors
ignore_exception = true

# If the tag is missing.
# Returns a version, computed from the latest version tag.
# It takes the version tag, increases the version tag by the number of commits since, adds a local label specifying the git commit hash and the dirty status.
# Example: 1.3.2+5-5babef6
use_last_tag = true

# If the tag is missing.
# Returns the version computed from the last commit.
# It takes the template tag "0.0.1" and adds a local tag indicating the hash of the git commit.
#Example: 0.0.1+5babef6
use_dev_ref = true

Contribute

Issue Tracker: https://gitlab.com/rocshers/python/poetry-git-version-plugin/-/issues Source Code: https://gitlab.com/rocshers/python/poetry-git-version-plugin

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

poetry_git_version_plugin-0.0.1.tar.gz (5.1 kB view hashes)

Uploaded Source

Built Distribution

poetry_git_version_plugin-0.0.1-py3-none-any.whl (7.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page