Right now I'm doing this:
- Update the readme to include the new version number and what it does.
- Commit the version number in git commit message (i.e git commit -m "1.2.1: this does that").
- Push the repository.
Is this the proper way of doing it? I had a hunch that this is wrong, because this way I have no idea how to version the branches. Previously I'm almost always working directly in Master, because more often than not I'm working on a repository alone. I want to change this.
Edit: specifically I'm working on web apps where I have no compiled binaries.