We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Releasing a new version of one of our micro-libraries (e.g. topiarist or emitr) is as easy as (assumes a patch release in this example):
npm version patch git push && git push --tags npm publish
then going to Github and updating the release message.