Updated release instructions
This commit is contained in:
+2
-7
@@ -46,8 +46,8 @@ When ready to release - specs are all green and the stories are done:
|
|||||||
|
|
||||||
### Release the core NPM module
|
### Release the core NPM module
|
||||||
|
|
||||||
1. `npm adduser` to save your credentials locally
|
1. `npm login` to save your credentials locally
|
||||||
1. `npm publish .` to publish what's in `package.json`
|
2. `npm publish .` to publish what's in `package.json`
|
||||||
|
|
||||||
### Release the docs
|
### Release the docs
|
||||||
|
|
||||||
@@ -55,11 +55,6 @@ Probably only need to do this when releasing a minor version, and not a patch
|
|||||||
version. See [the README file in the docs repo](https://github.com/jasmine/jasmine.github.io/blob/master/README.md)
|
version. See [the README file in the docs repo](https://github.com/jasmine/jasmine.github.io/blob/master/README.md)
|
||||||
for instructions.
|
for instructions.
|
||||||
|
|
||||||
1. `rake update_edge_jasmine`
|
|
||||||
1. `npm run jsdoc`
|
|
||||||
1. `rake release[${version}]` to copy the current edge docs to the new version
|
|
||||||
1. Commit and push.
|
|
||||||
|
|
||||||
### Release the `jasmine` NPM package
|
### Release the `jasmine` NPM package
|
||||||
|
|
||||||
See <https://github.com/jasmine/jasmine-npm/blob/main/RELEASE.md>.
|
See <https://github.com/jasmine/jasmine-npm/blob/main/RELEASE.md>.
|
||||||
|
|||||||
Reference in New Issue
Block a user