Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 1 KB

DEVELOPMENT.md

File metadata and controls

12 lines (11 loc) · 1 KB

Notes on development

This Magento 2 module is developed by MultiSafepay.

Creating a new release

  1. New PRs (or any changes) are documented in CHANGELOG.md by following the KeepAChangelog standard:
    • Changes are documented as Added, Changed, Removed or Fixed
    • A section ## [Unreleased] is kept in the top at all times.
    • New PRs are added via lines under ## [Unreleased] while making a reference to the PR number or URL
  2. To make a new release, the lines under ## [Unreleased] are copied into a new release section (## [1.0.0] - 2001-01-01), following the semantic versioning standard: Third digit increases with bug fixes, second digit (minor) increases with new features, first digit (major) increases with backward incompatibility changes.
  3. The version in the composer.json is changed with the new version.
  4. A new release is created in GitHub manually.
  5. The new release is copied from the internal repository to the public repository.