Skip to content

Publishing Packages

Bruno Bernardino edited this page Apr 30, 2014 · 1 revision

This is just information on how to publish each package, so we don't forget:

  • Updating bower — just update tag of the master branch of git repo with the version numbers;
  • packagist requires you to just tag the git repo
  • npm — you have to use npm adduser to setup the credentials, then change the package version, commit, add tag and run npm publish
  • ruby gemhttp://guides.rubygems.org/publishing/
Clone this wiki locally