Updated release instructions

This commit is contained in:
Steve Gravrock
2021-03-17 19:44:16 -07:00
parent 592fba22b8
commit 5c17456925

View File

@@ -41,6 +41,7 @@ When ready to release - specs are all green and the stories are done:
### Build standalone distribution ### Build standalone distribution
1. Build the standalone distribution with `grunt buildStandaloneDist` 1. Build the standalone distribution with `grunt buildStandaloneDist`
1. This will generate `dist/jasmine-standalone-<version>.zip`, which you will upload later (see "Finally" below).
### Release the core Ruby gem ### Release the core Ruby gem
@@ -76,8 +77,7 @@ Probably only need to do this when releasing a minor version, and not a patch ve
1. In `package.json`, update both the package version and the jasmine-core dependency version 1. In `package.json`, update both the package version and the jasmine-core dependency version
1. Commit and push. 1. Commit and push.
1. Wait for Travis to go green again. 1. Wait for Travis to go green again.
1. `grunt release ` 1. `grunt release `. (Note: This will publish the package by running `npm publish`.)
1. `npm publish .`
#### Gem #### Gem