Skip to content

hoodiehq-archive/bundle-bump-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bundle-bump-bot

automatically bump a top level module when a component has a new version

npm i -D bundle-bump-bot

Add this to the package.json of a component (e.g. hoodie-server or hoodie-client of hoodie):

"scripts": {
  "postsemantic-release": "bundle-bump-bot"
}