You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 likenpm version
to bump the version and also tag the commit.The text was updated successfully, but these errors were encountered: