Fluent Commerce Logo
Docs

Bump Version and Prepare a Release - Fluent AI Skills

How-to Guide

Author:

Fluent Commerce

Changed on:

31 Mar 2026

Key Points

[Warning: empty required content area]

Steps

Step arrow right iconCheck Current Version

`What version is the my-extensions module?`

`/fluent-build` reads the version from `module.json``pom.xml` (parent + child), and CHANGELOG. Reports any inconsistencies (e.g., POM says 1.3.0 but module.json says 1.2.9).

Step arrow right iconBump the Version

`Bump my-extensions to 1.4.0`

Updates ALL version references in sync: - `plugins/pom.xml` (parent version) - `plugins/rules/<module>/pom.xml` (module + parent version) - `resources/module.json` (version field) - `CHANGELOG.md` (moves [Unreleased] entries to [1.4.0])

Step arrow right iconBuild

`Build it`

`/fluent-build` runs `mvn clean install`, packages the ZIP, verifies the output artifact.

Step arrow right iconPre-Deploy Gates

`Run pre-deploy checks`

35+ quality gates across 9 phases. If all pass → READY. If any critical gate fails → BLOCKED with specific fix instructions.

Step arrow right iconDeploy

`Deploy to MY_RETAILER`

Module install + post-deploy verification.