This folder is the practical guide for running, maintaining, and contributing to VelocityHotReloader.
If you run the plugin:
- Configuration: runtime files, message customization, and permission planning.
- Architecture: how command handling, plugin lifecycle, and watcher internals fit together.
If you contribute code:
- Development: local setup and day-to-day workflow.
- Testing: test strategy and local validation commands.
- Contributing Guide: pull request expectations.
Releases are tag-driven.
Typical flow:
- Ensure CI is green on your target branch.
- Bump version and create a release tag with
scripts/bump-version.sh patch. - Push branch + tag and monitor the release workflow.