Articles by Tag #semver

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

Automate Versioning with Git and CMake

1. What is Software Versioning? Software versioning is the practice of assigning unique...

Learn More 8 0Nov 12 '24

A Practical Guide to Semantic Versioning: How and When to Update Your Versions

by Bruno Sartori Introduction Semantic versioning is a convention for naming software...

Learn More 5 0Aug 30 '24

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 4 4Jun 9

Understanding Semantic Versioning

Semantic Versioning (or SemVer) is a standard set of rules used to track software versions during...

Learn More 2 0Jan 18

🚀 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

Embracing Automated Versioning with Semantic Release

In the ever-evolving landscape of software development, managing version numbers and ensuring...

Learn More 0 0Oct 30 '24

NodeJS Fundamentals: semver

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

Learn More 0 0Jun 21

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

Understanding Semantic Versioning: A Guide for Developers

In the ever-evolving world of software development, maintaining clarity and consistency is paramount....

Learn More 0 0Oct 30 '24