convert-csv-to-json
Advanced tools
Comparing version 2.2.0 to 2.3.0
{ | ||
"name": "convert-csv-to-json", | ||
"version": "2.2.0", | ||
"version": "2.3.0", | ||
"description": "Convert CSV to JSON", | ||
@@ -11,3 +11,4 @@ "main": "index.js", | ||
"version-minor": "npm version minor --force && npm publish && git push --follow-tags", | ||
"version-major": "npm version major --force && npm publish && git push --follow-tags" | ||
"version-major": "npm version major --force && npm publish && git push --follow-tags", | ||
"release": "./semantic-versioning.sh" | ||
}, | ||
@@ -14,0 +15,0 @@ "repository": { |
@@ -35,2 +35,3 @@ # CSVtoJSON | ||
- [Development](#development) | ||
- [CI/CD](#ci/cd-github-action) | ||
- [License](#license) | ||
@@ -312,2 +313,10 @@ - [Buy me a Coffee](#buy-me-a-coffee) | ||
## CI/CD github action | ||
Pushing on the master branch, depending on the git message, an new version will always be released. | ||
If the commit message contains the keyword: | ||
* **[MAJOR]**: new major relase, e.g. v1.0.0 -> v2.0.0 | ||
* **[PATCH]**: new patch relase, e.g. v1.0.0 -> v1.0.1 | ||
* without any of the above keywords a new minor relase will be applied, e.g. v1.0.0 -> v1.1.0 | ||
## License | ||
@@ -314,0 +323,0 @@ CSVtoJSON is licensed under the GNU General Public License v3.0 [License](LICENSE). |
@@ -17,2 +17,3 @@ # Security Policy | ||
| ------- | ------------------ | | ||
| 2.2.0 | :white_check_mark: | | ||
| 2.0.0 | :white_check_mark: | | ||
@@ -27,2 +28,3 @@ | 1.4.0 | :white_check_mark: | | ||
| ------- | ------------------ | | ||
| 2.2.0 | :white_check_mark: | | ||
| 2.0.0 | :white_check_mark: | | ||
@@ -29,0 +31,0 @@ | 1.4.0 | :white_check_mark: | |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
326
70227
20
436
1