Skip to content

Commit

Permalink
update description of release scripts in contributing.md
Browse files Browse the repository at this point in the history
  • Loading branch information
trusktr committed Oct 25, 2023
1 parent 0dbc7d3 commit 7403daa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions guide/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -439,8 +439,8 @@ npm run release:major

Any of the `release:*` scripts will:

- clean the project of any previous build output.
- stash any changes in the repo.
- if the repo has changes, fail with a message (ensure the repo is clean first).
- clean build outputs.
- build the project in production mode.
- run the project's tests to ensure everything is okay.
- increment the version number (according to SemVer rules depending on if you
Expand Down

0 comments on commit 7403daa

Please sign in to comment.