Skip to content

Make release versioning #26

@SergeyPodgornyy

Description

@SergeyPodgornyy

Detailed description

Semantic Versioning (SemVer) is a specification that defines rules for changing software version numbers. These rules are intended to minimize the pitfalls of version lock (the inability to upgrade a package without having to release new versions of dependent packages) and promiscuity (allowing dependency versions that are incompatible). Under this scheme, version numbers and the way they change convey meaning about the underlying code and what was modified from one version to the next.

Context

SemVer provides a shared language for library authors and users to speak about the kind of changes that new releases contain.

After SemVer will be implemented, I can start with switching to LIVR v2.0

Possible implementation

This is very easy, just follow this step-by-step instructions: Creating Releases Guide

Then, update Packagist to have proper SemVer. Instead of:
export 1

Should be like:
export 2

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions