From 0dc1380a5170f422560d44de724ef5f2d5df941e Mon Sep 17 00:00:00 2001 From: Antonio Molina Date: Fri, 28 Nov 2025 21:04:10 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20docs:=20Fixed=20duplicated=20sec?= =?UTF-8?q?tion?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/README.md b/README.md index 013ea4e..dceb69c 100644 --- a/README.md +++ b/README.md @@ -90,17 +90,6 @@ The installer checks for `fzf`, symlinks all configs (Zsh, Git, tmux, etc.), and --- -## 🔖 Versioning & Releases - -- Version number lives in the `VERSION` file and is managed by [bumpversion](https://github.com/c4urself/bump2version). -- Install the tool once (e.g. `pip install --user bump2version`). -- To cut a new release: - 1. Decide the part to bump (`patch`, `minor`, or `major`). - 2. Run `bumpversion ` which updates `VERSION`, commits, and tags using `.bumpversion.cfg`. - 3. Push everything: `git push && git push --tags`. - ---- - ## 📁 Structure ```