conventional-github-releaser
Advanced tools
Comparing version 1.1.10 to 1.1.11
@@ -11,4 +11,4 @@ { | ||
"engines": { | ||
"node": "^6.9.0 || ^4.2.0", | ||
"npm": "^4.0.0 || ^3.0.0 || ^2.1.9" | ||
"node": ">=4.2.0", | ||
"npm": ">=2.1.9" | ||
}, | ||
@@ -39,3 +39,3 @@ "files": [ | ||
}, | ||
"version": "1.1.10", | ||
"version": "1.1.11", | ||
"dependencies": { | ||
@@ -42,0 +42,0 @@ "conventional-changelog": "^1.1.0", |
@@ -187,1 +187,18 @@ # conventional-github-releaser | ||
## Node Support Policy | ||
We only support [Long-Term Support](https://github.com/nodejs/LTS) versions of Node. | ||
We specifically limit our support to LTS versions of Node, not because this package won't work on other versions, but because we have a limited amount of time, and supporting LTS offers the greatest return on that investment. | ||
It's possible this package will work correctly on newer versions of Node. It may even be possible to use this package on older versions of Node, though that's more unlikely as we'll make every effort to take advantage of features available in the oldest LTS version we support. | ||
As each Node LTS version reaches its end-of-life we will remove that version from the `node` `engines` property of our package's `package.json` file. Removing a Node version is considered a breaking change and will entail the publishing of a new major version of this package. We will not accept any requests to support an end-of-life version of Node. Any merge requests or issues supporting an end-of-life version of Node will be closed. | ||
We will accept code that allows this package to run on newer, non-LTS, versions of Node. Furthermore, we will attempt to ensure our own changes work on the latest version of Node. To help in that commitment, our continuous integration setup runs against all LTS versions of Node in addition the most recent Node release; called _current_. | ||
JavaScript package managers should allow you to install this package with any version of Node, with, at most, a warning if your version of Node does not fall within the range specified by our `node` `engines` property. If you encounter issues installing this package, please report the issue to your package manager. | ||
## Contributing | ||
Please read our [contributing guide](https://gitlab.com/hyper-expanse/conventional-gitlab-releaser/blob/master/CONTRIBUTING.md) to see how you may contribute to this project. |
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
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
20786
204