Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <part>` which updates `VERSION`, commits, and tags using `.bumpversion.cfg`.
3. Push everything: `git push && git push --tags`.

---

## 📁 Structure

```
Expand Down