Tightens the release-validation checks and adds a per-release authorization step before tagging.
- Release process: requires explicit authorization for each release and reconciles the changelog before a tag is cut.
- Validation: compares the highest version found in project files against the tag using semver ordering; warns when a prepared release has no matching tag; skips
privatepackage.json files. - Maintenance: CI action update, no change to skill behaviour.
Full Changelog: v0.8.4...v0.8.5