What problem does it solve?
Coordinating a multi-component release across C# projects, installer, website, and GitHub is manual, error-prone, and slow; this Skill automates the entire release workflow so versions, builds, artifacts, and deployments stay in sync.
Core Features & Use Cases
- Atomic version bump across all required files (Directory.Build.props, installers, website, and package.json) with validation that all expected patterns exist.
- Rebuild and package all C# executables, collect publish outputs, create a ZIP archive, and optionally build an Inno Setup installer.
- Release publishing: commit and push version bumps, create a GitHub release with ZIP and installer assets, generate a changelog from recent commits, and verify website deployment.
- Use case: A maintainer needs to cut a patch, minor, or major release and wants a reproducible, verifiable process that updates files, builds binaries, packages artifacts, and publishes a GitHub release with minimal manual steps.
Quick Start
Invoke the dejavu skill with the desired level or semver, for example /dejavu patch, to run the full coordinated release process.