Tag your marvelous
git-driven projects
with ease.

Store the version
in an arbitrary number
of different files.

Do not let tagging
bother & annoy
you any more.

about

Stamp is a command line application that makes versioning just a little bit easier.

$ stamp major:up
$ stamp minor:up
$ stamp patch:up

The role of each of the above commands is:

  • to guess the current version number of your project,
  • to increase the version number,
  • store the version in arbitrary files,
  • finally tag your repo with $ git tag command.