Release engineering with tenzir-ship.
Releases
Section titled “Releases”- v2.0.0
This major release rebrands the plugin from "changelog" to "ship" to better reflect its broader focus on release engineering. Commands have been updated from
/changelog:addand/changelog:releaseto/ship:addand/ship:release, and all CLI invocations now usetenzir-shipinstead of `ten... - v1.4.2
This release enhances the changelog commands with autonomous decision-making capabilities. Both
/changelog:addand/changelog:releasenow run in forked contexts that infer parameters from repository context and proceed without user confirmation, streamlining the changelog and release workflows. - v1.4.1
This release improves the accuracy of the
/changelog:addcommand documentation by using correct terminology and clarifying configuration file locations. - v1.4.0
This release adds support for non-interactive changelog entry creation, enabling CI automation workflows where Claude can automatically generate changelog entries from PR context. It also improves the release workflow with better project type detection and local temporary file handling.
- v1.3.1
This release improves the changelog entry creation workflow by providing clearer guidance for determining which commits to include when adding entries outside of a pull request context.
- v1.3.0
This release improves the release workflow with relative versioning support and clearer staging instructions. The documentation has been updated to align with tenzir-changelog v0.17.2, which no longer duplicates release titles in the notes.
- v1.2.0
This release introduces autonomous documentation workflows with the new
/docs:reviewcommand anddocs:writersubagent. The plugin now uses.docsas the unconditional documentation root and streamlines command naming by renaming/docs:write-docsto/docs:write. - v1.1.0
This release improves documentation and guidance across the changelog plugin. Updates include better CLI usage examples with correct flag positioning, enhanced release title documentation, and clearer guidance on writing plain text titles for changelog entries. All improvements focus on helping u...
- v1.0.0
This major release standardizes skill naming with
python:following-conventionsand replaces the plugin-specific release command with the generic/changelog:releasecommand. It also adds a dependency upgrade guide for Python projects. - v0.1.0
Initial release of the changelog plugin.