Skip to content

Commit

Permalink
remove accidental -
Browse files Browse the repository at this point in the history
Co-Authored-By: azu <[email protected]>
  • Loading branch information
tjenkinson and azu authored Jun 23, 2019
1 parent 591d59b commit 6d5060c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/release-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ Releases are performed automatically with travis.
6. Publish the GitHub release.

## Examples
- `git tag -a -v1.2.3` will result in `1.2.3` being published with the `latest` npm tag.
- `git tag -a -v1.2.3-beta` will result in `1.2.3-beta` being published with the `beta` npm tag.
- `git tag -a -v1.2.3-beta.1` will result in `1.2.3-beta.1` being published with the `beta` npm tag.
- `git tag -a v1.2.3` will result in `1.2.3` being published with the `latest` npm tag.
- `git tag -a v1.2.3-beta` will result in `1.2.3-beta` being published with the `beta` npm tag.
- `git tag -a v1.2.3-beta.1` will result in `1.2.3-beta.1` being published with the `beta` npm tag.

0 comments on commit 6d5060c

Please sign in to comment.