Articles by Tag #semver

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Manual version bumps using semantic release with Azure DevOps

The semantic-release package (https://github.com/semantic-release/semantic-release) automates the...

Learn More 0 0Dec 28 '25

Versioned web components and micro front-ends

Introduction Ever wondered if you can have two custom elements with the same name on one...

Learn More 5 4Jun 9 '25

Open Source Maintenance: Do I Need to Update My License Year?

Running a project from v1.0 to v5.x? Learn when and why you should update the copyright year in your MIT license to keep your project looking professional and legally sound.

Learn More 1 0Feb 20

Guide du SemVer avec npm

Je ne compte pas le nombre de fois où je me suis posé la question de ce que faisait les symboles...

Learn More 0 0Jan 28

Le SemVer

Le Semantic Versioning, plus connu sous le nom de SemVer, est une convention assez simple : avoir des...

Learn More 0 0Jan 28

Auto-Tag Docker Images with Semantic Versioning Using GitHub Actions

Learn how to automate Docker image tagging using semantic versioning and GitHub Actions. Push clean v1.2.3 tags to Docker Hub with every release.

Learn More 0 0Jun 29 '25

🚀 SemVer: por que esse `1.2.3` muda sua vida (e seus bugs)

Você já deve ter visto algo assim no package.json: "react": "^18.2.0" Enter fullscreen...

Learn More 0 0Aug 9 '25

NodeJS Fundamentals: semver

Semantic Versioning in Node.js Backends: A Practical Guide Introduction Imagine...

Learn More 0 0Jun 21 '25