convert-csv-to-json 2.30.0 → 2.32.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 +3 -2
- package/README.md +3 -0
- package/package.json +1 -1
|
@@ -40,8 +40,9 @@ jobs:
|
|
|
40
40
|
with:
|
|
41
41
|
node-version: 21.x
|
|
42
42
|
registry-url: 'https://registry.npmjs.org'
|
|
43
|
-
- name: npm-semver-publish
|
|
44
|
-
uses: iuccio/npm-
|
|
43
|
+
- name: npm-semver-publish
|
|
44
|
+
uses: iuccio/npm-semver-publish-action@v1.0.0
|
|
45
|
+
|
|
45
46
|
with:
|
|
46
47
|
target-branch: 'master'
|
|
47
48
|
|
package/README.md
CHANGED
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
**This project is not dependent on others packages or libraries.**
|
|
11
11
|
|
|
12
|
+
This repository uses [](https://github.com/marketplace/actions/npm-semver-publish-action)
|
|
12
13
|
|
|
13
14
|
## Table of Contents
|
|
14
15
|
|
|
@@ -310,6 +311,8 @@ csvToJson.fieldDelimiter(',')
|
|
|
310
311
|
~~~
|
|
311
312
|
|
|
312
313
|
## CI CD github action
|
|
314
|
+
|
|
315
|
+
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
316
|
Pushing on the master branch, depending on the git message, an new version will always be released.
|
|
314
317
|
If the commit message contains the keyword:
|
|
315
318
|
* **[MAJOR]**: new major relase, e.g. v1.0.0 -> v2.0.0
|