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
I'm trying to use standard-version in my javascript project. I added the release script to my package.json: "scripts": { ... "release": "standard-versio
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
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