hirefire-resource 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -1
- package/README.md +1 -1
- package/package.json +1 -1
- package/src/worker.js +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -31,7 +31,7 @@ For more information, visit our [home page][HireFire].
|
|
|
31
31
|
|
|
32
32
|
## Release
|
|
33
33
|
|
|
34
|
-
1. Update the version in `package.json` using `npm version <patch|minor|major
|
|
34
|
+
1. Update the version in `package.json` using `npm version <patch|minor|major> --no-git-tag-version`.
|
|
35
35
|
2. Ensure that `CHANGELOG.md` is up-to-date.
|
|
36
36
|
3. Commit changes with `git commit`.
|
|
37
37
|
4. Create a `git tag` matching the new version (e.g., `v1.0.0`).
|
package/package.json
CHANGED
package/src/worker.js
CHANGED