@sejinjja/promise-pool-kit 0.1.2 → 0.1.4
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/README.md +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -124,6 +124,7 @@ npm access list packages <your-npm-id>
|
|
|
124
124
|
```
|
|
125
125
|
|
|
126
126
|
For automated tag-based publishing via GitHub Actions, set repository secret `NPM_TOKEN` (granular token with publish permission).
|
|
127
|
+
Tag-based publish also creates a GitHub release for the same tag automatically.
|
|
127
128
|
|
|
128
129
|
## License
|
|
129
130
|
|