Skip to content

Commit

Permalink
Updated release instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
sgravrock committed Mar 18, 2021
1 parent 592fba2 commit 5c17456
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ When ready to release - specs are all green and the stories are done:
### Build standalone distribution

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

Expand Down Expand Up @@ -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. Commit and push.
1. Wait for Travis to go green again.
1. `grunt release `
1. `npm publish .`
1. `grunt release `. (Note: This will publish the package by running `npm publish`.)

#### Gem

Expand Down

0 comments on commit 5c17456

Please sign in to comment.