Skip to content

Instantly share code, notes, and snippets.

@lazywithclass
Created January 29, 2014 16:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lazywithclass/8691446 to your computer and use it in GitHub Desktop.
Save lazywithclass/8691446 to your computer and use it in GitHub Desktop.
Version bump compliant with semver with prompt to the dev
bump: {
options: {},
files: ['package.json']
},
prompt: {
bump: {
options: {
questions: [{
config: 'bump.options.level',
type: 'list',
message: 'Bump version to:',
choices: ['major','minor','patch']
}]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment