mirror of
https://github.com/OptimalBits/bull.git
synced 2026-07-02 00:17:41 +08:00
Document release process
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
Release process
|
||||
---------------
|
||||
|
||||
npm outdated --depth 0 # See if you can upgrade any dependencies
|
||||
npm version [major|minor|patch] # Update package.json
|
||||
npm publish # Tag repo and publish npm package
|
||||
+2
-1
@@ -30,6 +30,7 @@
|
||||
"mocha": "~1.21.4"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha test/* --reporter spec"
|
||||
"test": "mocha test/* --reporter spec",
|
||||
"postpublish": "git push && git push --tags"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user