Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"name": "repomatic",
"source": {
"source": "archive",
"url": "https://github.com/kdeldycke/repomatic/releases/download/v7.8.0/repomatic-claude-plugin.zip"
"url": "https://github.com/kdeldycke/repomatic/releases/download/v7.9.0/repomatic-claude-plugin.zip"
},
"tags": [
"changelog",
Expand Down
4 changes: 3 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# Changelog

## [`7.9.0.dev0` (unreleased)](https://github.com/kdeldycke/repomatic/compare/v7.8.0...main)
## [`7.9.1.dev0` (unreleased)](https://github.com/kdeldycke/repomatic/compare/v7.9.0...main)

> [!WARNING]
> This version is **not released yet** and is under active development.

## [`7.9.0` (2026-08-10)](https://github.com/kdeldycke/repomatic/compare/v7.8.0...v7.9.0)

- **Breaking:** `REPOMATIC_PAT` now requires `Administration: Read-only`, and `lint-repo` fails without it. Regenerate the token with the setup guide's pre-filled link; steps that cannot be verified now say so instead of vanishing.
- New `[tool.repomatic] nuitka.dev-targets` option: an ordinary push now compiles binaries only for a canary subset, `["linux-arm64"]` by default. Release commits, a new weekly schedule and manual dispatches build the full 6-target fleet.
- `lint-repo` now also verifies versionless `releases/latest/download` URLs in `docs/install.md`, catching a renamed asset that leaves the guide pointing at a 404.
Expand Down
10 changes: 5 additions & 5 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ invoke(repomatic, args=['--help'])

````{tab-item} Specific version
```shell-session
$ uvx -- repomatic==7.8.0 --help
$ uvx -- repomatic==7.9.0 --help
```
````

Expand Down Expand Up @@ -120,9 +120,9 @@ To ease deployment, standalone executables of `repomatic`'s latest version are a

| Platform | `arm64` | `x86_64` |
| :---------- | ------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- |
| **Linux** | [Download `repomatic-7.8.0-linux-arm64.bin`](https://github.com/kdeldycke/repomatic/releases/download/v7.8.0/repomatic-7.8.0-linux-arm64.bin) | [Download `repomatic-7.8.0-linux-x64.bin`](https://github.com/kdeldycke/repomatic/releases/download/v7.8.0/repomatic-7.8.0-linux-x64.bin) |
| **macOS** | [Download `repomatic-7.8.0-macos-arm64.bin`](https://github.com/kdeldycke/repomatic/releases/download/v7.8.0/repomatic-7.8.0-macos-arm64.bin) | [Download `repomatic-7.8.0-macos-x64.bin`](https://github.com/kdeldycke/repomatic/releases/download/v7.8.0/repomatic-7.8.0-macos-x64.bin) |
| **Windows** | [Download `repomatic-7.8.0-windows-arm64.exe`](https://github.com/kdeldycke/repomatic/releases/download/v7.8.0/repomatic-7.8.0-windows-arm64.exe) | [Download `repomatic-7.8.0-windows-x64.exe`](https://github.com/kdeldycke/repomatic/releases/download/v7.8.0/repomatic-7.8.0-windows-x64.exe) |
| **Linux** | [Download `repomatic-7.9.0-linux-arm64.bin`](https://github.com/kdeldycke/repomatic/releases/download/v7.9.0/repomatic-7.9.0-linux-arm64.bin) | [Download `repomatic-7.9.0-linux-x64.bin`](https://github.com/kdeldycke/repomatic/releases/download/v7.9.0/repomatic-7.9.0-linux-x64.bin) |
| **macOS** | [Download `repomatic-7.9.0-macos-arm64.bin`](https://github.com/kdeldycke/repomatic/releases/download/v7.9.0/repomatic-7.9.0-macos-arm64.bin) | [Download `repomatic-7.9.0-macos-x64.bin`](https://github.com/kdeldycke/repomatic/releases/download/v7.9.0/repomatic-7.9.0-macos-x64.bin) |
| **Windows** | [Download `repomatic-7.9.0-windows-arm64.exe`](https://github.com/kdeldycke/repomatic/releases/download/v7.9.0/repomatic-7.9.0-windows-arm64.exe) | [Download `repomatic-7.9.0-windows-x64.exe`](https://github.com/kdeldycke/repomatic/releases/download/v7.9.0/repomatic-7.9.0-windows-x64.exe) |

That way you have a chance to try it out without installing Python or `uv`. Or embed it in your CI/CD pipelines running on minimal images. Or run it on old platforms without worrying about dependency hell.

Expand All @@ -133,7 +133,7 @@ Binaries of all past releases, with their VirusTotal analyses, are cataloged on
Every binary is signed with a [build provenance attestation](https://docs.github.com/en/actions/security-guides/using-artifact-attestations) at release time. After downloading one, verify it with the [`gh` CLI](https://cli.github.com):

```shell-session
$ gh attestation verify repomatic-7.8.0-linux-x64.bin --repo kdeldycke/repomatic --signer-repo kdeldycke/repomatic
$ gh attestation verify repomatic-7.9.0-linux-x64.bin --repo kdeldycke/repomatic --signer-repo kdeldycke/repomatic
```

`--signer-repo kdeldycke/repomatic` is required because the release runs from the reusable `_release-engine.yaml` workflow whose signing identity is `kdeldycke/repomatic`. Downstream projects that build binaries through the same reusable workflow verify with their own `--repo` but keep `--signer-repo kdeldycke/repomatic`.
Expand Down
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ requires = [ "uv-build>=0.8" ]
[project]
# Docs: https://packaging.python.org/en/latest/guides/writing-pyproject-toml/
name = "repomatic"
version = "7.9.0.dev0"
version = "7.9.1.dev0"
description = "🏭 Automate repository maintenance, releases, and CI/CD workflows"
readme = "readme.md"
keywords = [
Expand Down Expand Up @@ -145,7 +145,7 @@ dependencies = [
]
urls.Changelog = "https://github.com/kdeldycke/repomatic/blob/main/changelog.md"
urls.Documentation = "https://kdeldycke.github.io/repomatic"
urls.Download = "https://github.com/kdeldycke/repomatic/releases/tag/v7.9.0.dev0"
urls.Download = "https://github.com/kdeldycke/repomatic/releases/tag/v7.9.1.dev0"
urls.Funding = "https://github.com/sponsors/kdeldycke"
urls.Homepage = "https://github.com/kdeldycke/repomatic"
urls.Issues = "https://github.com/kdeldycke/repomatic/issues"
Expand Down Expand Up @@ -250,7 +250,7 @@ copyright = "Kevin Deldycke <kevin@deldycke.com> and contributors. Distributed u
file-description = "🏭 Automate repository maintenance, releases, and CI/CD workflows"
# Numeric only: Nuitka rejects PEP 440 .devN suffixes. Kept in sync with the
# package version by the dedicated [tool.bumpversion] rule that strips the suffix.
file-version = "7.9.0"
file-version = "7.9.1"
include-data-dir = [
"repomatic/data/awesome_template=repomatic/data/awesome_template",
"repomatic/data/skills=repomatic/data/skills",
Expand All @@ -269,7 +269,7 @@ include-package-data = [ "click_extra" ]
linux-icon = "docs/assets/icon.png"
macos-app-icon = "docs/assets/icon.icns"
product-name = "Repomatic"
product-version = "7.9.0"
product-version = "7.9.1"
windows-icon-from-ico = "docs/assets/icon.ico"

[tool.ruff]
Expand Down Expand Up @@ -407,7 +407,7 @@ report.fail_under = 80
report.precision = 2

[tool.bumpversion]
current_version = "7.9.0.dev0"
current_version = "7.9.1.dev0"
# Parse versions with an optional .devN suffix (PEP 440).
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)(\\.dev(?P<dev>\\d+))?"
serialize = [
Expand Down
2 changes: 1 addition & 1 deletion repomatic/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@

from __future__ import annotations

__version__ = "7.9.0.dev0"
__version__ = "7.9.1.dev0"
__git_tag_sha__ = ""
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.