Skip to content

Instantly share code, notes, and snippets.

@NicolasRitouet
Last active August 29, 2016 09:49
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 NicolasRitouet/475acea800b750c75d11 to your computer and use it in GitHub Desktop.
Save NicolasRitouet/475acea800b750c75d11 to your computer and use it in GitHub Desktop.
Release a new version of deployd
$ curl -O https://gist.githubusercontent.com/NicolasRitouet/33d9582c7ce2a39148b8/raw/0d00d0c1deb4c478dc2a942f1ae49cc7a6f7f1d2/changelog.js
$ git fetch origin # To get all tags
$ npm i qq
$ node changelog.js v0.8.10 (target release)
$ copy content to HISTORY.md
$ rm changelog.js
$ bump version in package.json
$ git ac "Bump to v0.8.10"
$ git push origin master
$ npm publish ./
$ Tag the release: https://github.com/deployd/deployd/releases/new
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment