Summary:\n- added Codex marketplace registry plus awareness/ethics/guardrails sub-plugins\n- mirrored Claude plugin commands/scripts/hooks into codex api/ci/code/collect/coolify/core/issue/perf/qa/review/verify\n- embedded Axioms of Life ethics modal, guardrails, and kernel files under codex/ethics\n- added Codex parity report, improvements list, and MCP integration plan\n- extended Gemini MCP tools and docs for Codex awareness
1 KiB
1 KiB
| name | description | args | flags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| release | Release a new version of a module |
|
|
Release new version
Streamlines the release process for modules.
Commands
Bump patch version
/core:release patch
Bump minor version
/core:release minor
Bump major version
/core:release major
Preview release
/core:release patch --preview
Workflow
- Bump version: Bumps the version in
package.jsonand other necessary files. - Update CHANGELOG.md: Generates a new entry in the changelog based on commit history.
- Create git tag: Creates a new git tag for the release.
- Push tag: Pushes the new tag to the remote repository.
- Trigger CI release: The new tag should trigger the CI/CD release pipeline.
Implementation
This command is implemented by the release.sh script.
/bin/bash ../scripts/release.sh "$@"