convert-csv-to-json 2.30.0 → 2.31.0
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/.github/workflows/ci-cd.yml +1 -1
- package/README.md +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -310,6 +310,8 @@ csvToJson.fieldDelimiter(',')
|
|
|
310
310
|
~~~
|
|
311
311
|
|
|
312
312
|
## CI CD github action
|
|
313
|
+
|
|
314
|
+
This repository uses the [GitHub Action iuccio/npm-semantic-publish-action@latest](https://github.com/marketplace/actions/npm-semver-publish-action) to publish the npm packeges.
|
|
313
315
|
Pushing on the master branch, depending on the git message, an new version will always be released.
|
|
314
316
|
If the commit message contains the keyword:
|
|
315
317
|
* **[MAJOR]**: new major relase, e.g. v1.0.0 -> v2.0.0
|