Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 834 Bytes

File metadata and controls

26 lines (16 loc) · 834 Bytes

ServerFeatures Docs

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

Start Here

If you run the plugin:

  • Configuration: day-to-day setup and safe change workflow.
  • Architecture: how feature discovery, dependency resolution, and lifecycle cleanup work.

If you contribute code:

Release Notes

Releases are tag-driven (v* tags trigger packaging and publication).

Typical flow:

  1. Ensure CI is green on your target branch.
  2. Bump version and create a release tag.
  3. Push branch and tag, then monitor the release workflow.