{"id":38917562,"url":"https://github.com/kitconcept/plone-repo-helper","last_synced_at":"2026-01-17T15:29:10.430Z","repository":{"id":281707355,"uuid":"946161983","full_name":"kitconcept/plone-repo-helper","owner":"kitconcept","description":"Tools for Plone mono repo maintainers.","archived":false,"fork":false,"pushed_at":"2025-04-08T16:11:16.000Z","size":359,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-26T17:45:27.672Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kitconcept.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-10T17:53:03.000Z","updated_at":"2025-07-07T22:12:03.000Z","dependencies_parsed_at":"2025-03-10T18:50:05.127Z","dependency_job_id":"ccfb8181-ed98-4236-8c8f-d718170dca5d","html_url":"https://github.com/kitconcept/plone-repo-helper","commit_stats":null,"previous_names":["kitconcept/plone-repo-helper"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kitconcept/plone-repo-helper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kitconcept%2Fplone-repo-helper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kitconcept%2Fplone-repo-helper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kitconcept%2Fplone-repo-helper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kitconcept%2Fplone-repo-helper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kitconcept","download_url":"https://codeload.github.com/kitconcept/plone-repo-helper/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kitconcept%2Fplone-repo-helper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28511480,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T13:38:16.342Z","status":"ssl_error","status_checked_at":"2026-01-17T13:37:44.060Z","response_time":85,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-17T15:29:09.751Z","updated_at":"2026-01-17T15:29:10.415Z","avatar_url":"https://github.com/kitconcept.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Plone Monorepo Helper\n\n[![QA](https://github.com/kitconcept/plone-repo-helper/actions/workflows/qa.yml/badge.svg)](https://github.com/kitconcept/plone-repo-helper/actions/workflows/qa.yml)\n[![Tests](https://github.com/kitconcept/plone-repo-helper/actions/workflows/test.yml/badge.svg)](https://github.com/kitconcept/plone-repo-helper/actions/workflows/test.yml)\n\n## Overview\n\nThe **Plone Monorepo Helper** is a tool designed to manage monorepos containing a `repository.toml` configuration file at the repository root. It provides various commands to streamline repository management, versioning, and release processes.\n\n## Setup\n\n### Tool setup\n\nClone this repository\n\n```sh\ngit clone git@github.com:kitconcept/plone-repo-helper.git\n```\n\nIn the repository, install the tool\n\n```sh\nmake install\n```\n\n### Authentications\n\n#### PyPi\n\nWe use hatch to make the release, please make sure authentication is in place by running:\n\n```sh\nhatch publish --initialize-auth\n```\n\n#### NPM\n\n```sh\nnpm whoami\n```\n\n### Repository\n\nEnsure that your monorepo contains a `repository.toml` file. Below is an example of such a configuration:\n\n```toml\n[repository]\nname = \"fake-distribution\"\nmanaged_by_uv = true\nchangelog = \"CHANGELOG.md\"\nversion = \"version.txt\"\ncompose = \"docker-compose.yml\"\n\n[repository.towncrier]\nsection = \"Project\"\nsettings = \"towncrier.toml\"\n\n[backend]\npath = \"backend\"\n\n[backend.package]\nname = \"fake.distribution\"\npath = \"backend\"\nchangelog = \"backend/CHANGELOG.md\"\ntowncrier_settings = \"backend/pyproject.toml\"\nbase_package = \"Products.CMFPlone\"\npublish = false\n\n[frontend]\npath = \"frontend\"\n\n[frontend.package]\nname = \"fake-distribution\"\npath = \"frontend/packages/fake-distribution\"\nchangelog = \"frontend/packages/fake-distribution/CHANGELOG.md\"\ntowncrier_settings = \"frontend/packages/fake-distribution/towncrier.toml\"\npublish = false\n```\n\n## Usage\n\n### List Available Commands\nTo see all available commands, run:\n\n```bash\nuv run repo\n```\n\n### Check Installed Version\nTo check the installed version of the tool, use:\n\n```bash\nuv run repo --version\n```\n\n## Check repository versions\n\nList current versions for:\n\n- Repository\n- Backend package\n- Frontend package\n\n```bash\nuv run repo versions\n```\n\n## Releasing Monorepo Packages\n\nThe release process consists of two subcommands:\n- **`changelog`** – Generates a draft changelog for review.\n- **`do`** – Performs the package release.\n\n### Generate Changelog\nTo generate and display the draft changelog, run:\n\n```bash\nuv run repo release changelog\n```\n\n### Perform Release\nThe `do` command creates a new release and accepts the following arguments:\n\n#### `version`\nThe version argument defines the new version to be used in the release. It can be a specific version number or a version segment. Below is a reference table showing how version segments modify an existing `1.0.0` version:\n\n| Segment | New Version |\n|---------|------------|\n| `release` | `1.0.0` |\n| `major` | `2.0.0` |\n| `minor` | `1.1.0` |\n| `micro` / `patch` / `fix` | `1.0.1` |\n| `a` / `alpha` | `1.0.0a0` |\n| `b` / `beta` | `1.0.0b0` |\n| `c` / `rc` / `pre` / `preview` | `1.0.0rc0` |\n| `r` / `rev` / `post` | `1.0.0.post0` |\n| `dev` | `1.0.0.dev0` |\n\n#### `--dry-run`\nUse this flag to simulate the release process without actually publishing the new version.\n\n**Example:**\n\n```bash\nuv run repo release do a\n```\n\nThis will create an `alpha` release.\n\n---\n\n## Dependencies\n\n### Upgrade base package\n\nThe following commands are available exclusively for projects managed by UV and with a base_package set in the ][backend.package] section of repository.toml.\n\n#### Report the base package\nTo check which is the current base package, run:\n\n```bash\nuv run repo deps info\n```\n\n#### Check version\nTo check the current base package version, run:\n\n```bash\nuv run repo deps check\n```\n\n#### Upgrade version\n\nTo upgrade the base package to a specific version, use:\n\n```bash\nuv run repo deps upgrade 6.1.1\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkitconcept%2Fplone-repo-helper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkitconcept%2Fplone-repo-helper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkitconcept%2Fplone-repo-helper/lists"}