Skip to content

Commit ad9c175

Browse files
committed
typo
1 parent 13c2104 commit ad9c175

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ OK - you're actually ready. We're going to publish. Here we need tread careful
5353
- build ts-loader with `npm run build`
5454
- run the tests to ensure all is still good: `npm test`
5555

56-
If all the test passed then we're going to ship:
56+
If all the tests passed then we're going to ship:
5757
- tag the release in git. You can see existing tags with the command `git tag`. If the version in your `package.json` is `"1.0.1"` then you would tag the release like so: `git tag v1.0.1`. For more on type of tags we're using read [here](https://git-scm.com/book/en/v2/Git-Basics-Tagging#Lightweight-Tags).
5858
- Push the tag so the new version will show up in the [releases](https://github.com/TypeStrong/ts-loader/releases): `git push origin --tags`
5959
- On the releases page, click the "Draft a new release button" and, on the presented page, select the version you've just released, name it and copy in the new markdown that you added to the [changelog](CHANGELOG.md).

0 commit comments

Comments
 (0)