DEV Community

Rohith ND
Rohith ND

Posted on

9 1

XYZ of versioning πŸš€

version

  • A Major release is represented by the first number in a version
  • A Minor release is represented by the second in a version
  • A Patch release is represented by the third in a version

Major release version: If there are any major changes in a package, such as breaking modifications or new features, a release is made by upgrading this major version number.

Minor release version: If any modifications are made that are backward-compatible or deprecate any functionality, a release is made by changing this minor version number.

Patch release version: If just bug fixes are included, a release is completed by updating this minor version number.

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

πŸ‘‹ Kindness is contagious

Please leave a ❀️ or a friendly comment on this post if you found it helpful!

Okay