Category "semantic-versioning"

Is a small breaking change enough to do a Major Version Upgrade while using SemVer?

I am new to the concept of SemVer. It's seems like very promising idea to implement in my current project. According to the SemVer concept, if a project is name

4 digit versioning in npm

I'm surprised that 4 digit versioning is not allowed in npm ecosystem: https://docs.npmjs.com/about-semantic-versioning However, I have to merge my end prod

NPM standard-version patch version problem

I'm trying to use standard-version in my javascript project. I added the release script to my package.json: "scripts": { ... "release": "standard-versio

Reason for MINOR vs PATCH rules in SemVer

The rules for when to increase the MAJOR vs the MINOR version number with SemVer 2.0 are very compelling. They clearly give a lot of advantages to knowing if t

How to implement semantic versioning in GitHub Actions workflow?

I would like to semantic versioning my docker images which are built and pushed to GitHub Container Registry by the GitHub Action. I found a satisfying solution