Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 857 Bytes

File metadata and controls

26 lines (16 loc) · 857 Bytes

VelocityHotReloader Docs

This folder is the practical guide for running, maintaining, and contributing to VelocityHotReloader.

Start Here

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:

Release Notes

Releases are tag-driven.

Typical flow:

  1. Ensure CI is green on your target branch.
  2. Bump version and create a release tag with scripts/bump-version.sh patch.
  3. Push branch + tag and monitor the release workflow.