Command summary =============== .. list-table:: Core workflow commands :header-rows: 1 * - Step - Command - Reference * - Install - ``pip install bumpwright`` - - * - Initialise - ``bumpwright init`` - :ref:`init ` * - Make a change - ``git commit -m "feat: add farewell"`` - - * - Decide the bump - ``bumpwright decide`` - :ref:`decide ` * - Apply the bump - ``bumpwright bump --commit`` - :ref:`bump ` * - Tag - ``bumpwright bump --commit --tag`` - :ref:`bump ` * - History / rollback / purge - ``bumpwright history --format md`` / ``bumpwright history --rollback v1.2.3`` / ``bumpwright history --purge`` - :ref:`history `