rlsbl v0.40.1 /rlsbl.tagging
On this page

Ecosystem keyword injection that adds the rlsbl tag to package manifests (package.json, pyproject.toml, etc.) and GitHub repository topics.

#rlsbl.tagging

#rlsbl.tagging

Ecosystem keyword injection that adds the rlsbl tag to package manifests (package.json, pyproject.toml, etc.) and GitHub repository topics.

#ensure_npm_keyword

python
def ensure_npm_keyword(dir_path='.', quiet=False)

Add "rlsbl" to the keywords array in package.json if not already present.

#ensure_pypi_keyword

python
def ensure_pypi_keyword(dir_path='.', quiet=False)

Add "rlsbl" to the keywords array in pyproject.toml if not already present.

#ensure_github_topic

python
def ensure_github_topic(quiet=False)

Add "rlsbl" topic to the GitHub repository if not already present.

#ensure_tags

python
def ensure_tags(registries, dir_path='.', quiet=False)

Tag manifests and GitHub repo based on detected registries.