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
6 changes: 2 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ This project uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.0] - 2026-07-30

### Added

- Repository audit engine with 13 weighted checks.
Expand All @@ -13,7 +15,3 @@ This project uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
- Explicit UTF-8 report files through `--output PATH`.
- Composite GitHub Action.
- CI matrix and tag-driven GitHub Release workflow.

## [0.1.0] - 2026-07-30

- Initial public release.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,12 @@ jobs:
- uses: actions/setup-python@v7
with:
python-version: "3.12"
- uses: kanuwrld/repoready@v1
- uses: kanuwrld/repoready@v0.1.0
with:
min-score: "80"
```

Until the first stable tag, pin the action to a commit SHA.
For the strongest supply-chain guarantee, pin the action to a full commit SHA.

## Scoring

Expand Down