Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 331 Bytes

PACKAGING.md

File metadata and controls

17 lines (11 loc) · 331 Bytes

Packaging

Because I do this so rarely I need a thing to remind me

Version bump lib/breakup/version.rb and in package.json

Git tag the commit git tag 1.0.0 && git push origin 1.0.0

Build gem and release gem build breakup.gemspec gem push breakup-1.0.0.gem

Build npm package and release

npm publish .