You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 9, 2026. It is now read-only.
@@ -41,22 +41,14 @@ This package uses jest. To run the test suites for this project, run the followi
41
41
npm run test
42
42
```
43
43
44
-
### Releases
44
+
##License
45
45
46
-
This package is distributed via NPM and published automatically by Travis when creating a tagged commit. This can be done in one of 2 ways:
46
+
The MIT License (MIT). Please see [License File](LICENCE) for more information.
47
47
48
-
#### 1. Pre-merge via the CLI
48
+
---
49
49
50
-
**Before** merging your PR following code review & QA, run the following commands to update the package version and create a new release/tag.
51
-
```
52
-
npm version <major|minor|patch|prerelease>
53
-
git push && git push --tags
54
-
```
55
-
56
-
If you forget to do this before merging, this is not a problem, just create a new branch from master and run these same commands, remembering to open and merge a PR for this branch so that the `package.json` file is updated, alternatively, see option 2.
**After** merging your code changes, create a new branch/PR from master and update the package version in `package.json` to whatever you wish the next release to be.
52
+
Travel shouldn't damage the earth 🌍
61
53
62
-
**Before** merging this PR, create a release via GitHub with a tag version to match this package version number, this will trigger the tagged commit and in turn the automatic deployment to NPM.
54
+
Made with ❤️ at [Pod Point](https://pod-point.com)
0 commit comments