Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
just a little type fist -> first
  • Loading branch information
DanielHabenicht authored and gr2m committed Jan 21, 2020
1 parent 559c152 commit 88fe819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/recipes/pre-releases.md
Expand Up @@ -169,7 +169,7 @@ The Git history of the repository is now:

We can now start to work on a new future major release, version `4.0.0`, on the `@beta` distribution channel.

To do so we fist need to update the `beta` branch with all the changes from `master` (the commits `fix: a fix`). As `beta` and `master` branches have diverged, this merge might require to resolve conflicts.
To do so we first need to update the `beta` branch with all the changes from `master` (the commits `fix: a fix`). As `beta` and `master` branches have diverged, this merge might require to resolve conflicts.

We can now commit our new feature on `beta`. When pushing that commit, **semantic-release** will publish the pre-release version `3.1.0-beta.1` on the dist-tag `@beta`. That allow us to run integration tests by installing our module with `npm install example-module@beta`. Other users installing with `npm install example-module` will still receive the version `3.0.0`.

Expand Down

0 comments on commit 88fe819

Please sign in to comment.