Updated
On this page
Ecosystem keyword injection that adds the rlsbl keyword to package.json, pyproject.toml, and GitHub repository topics during scaffold.
#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, *, project_root)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, *, project_root)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, target_paths=None, quiet=False, *, project_root)Tag manifests and GitHub repo based on detected registries.