I would like to start tracking versions of my dotfiles. Using semver to note additions and breaking changes.
There is inherently no way to do this with the files in the repository now. A solution would be to add a package.json file. This will allow me to use a command like npm version to bump the version and also tag the commit.
I would like to start tracking versions of my dotfiles. Using semver to note additions and breaking changes.
There is inherently no way to do this with the files in the repository now. A solution would be to add a
package.jsonfile. This will allow me to use a command likenpm versionto bump the version and also tag the commit.