Skip to content
Merged
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
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ This workflow runs after the tag or release exists and can report problems, but

## 📋 Features

Canonical tag version parsing (PEP 440)
Ultra-conservative version normalization and strict equality comparison using [Verple](https://pypi.org/project/verple/)

✅ Compare software version metadata from:
- GitHub tag/release
Expand All @@ -73,8 +73,6 @@ This workflow runs after the tag or release exists and can report problems, but

✅ Cross-standard support for FAIR and Open Science metadata (e.g., CFF, CodeMeta, RO-Crate, Zenodo)

✅ Ultra-conservative version normalization and strict equality comparison using [Verple](https://pypi.org/project/verple/)

✅ Lightweight, pure Python — no third-party services

✅ Easy to configure via GitHub Action inputs
Expand Down
Loading