Yee. Itâs described well here: https://semver.org/
You can take it a step further by using what are called âconventional commitsâ where your git commit message contains the scope of the changed code. Then a GitHub Action can automatically make the version changes that reflect your code changes.
My Nostr relay implementation, Memorelay, works this way.