siren-parser
Advanced tools
Comparing version 9.0.0 to 9.1.0
{ | ||
"name": "siren-parser", | ||
"version": "9.0.0", | ||
"version": "9.1.0", | ||
"main": "dist/index.js", | ||
@@ -37,3 +37,3 @@ "module": "src/index.js", | ||
"eslint-config-brightspace": "^0.12.0", | ||
"mocha": "^8.3.0", | ||
"mocha": "^10.1.0", | ||
"nock": "^13.0.7", | ||
@@ -40,0 +40,0 @@ "nyc": "^15.1.0", |
@@ -356,18 +356,8 @@ # node-siren-parser | ||
## Releasing | ||
## Versioning and Releasing | ||
This repository uses the [semantic-release GitHub Action](https://github.com/BrightspaceUI/actions/tree/master/semantic-release) to create new versions. See [Triggering a Release](https://github.com/BrightspaceUI/actions/tree/master/semantic-release#triggering-a-release) for more information about automatically creating releases on merge. | ||
This repo is configured to use `semantic-release`. Commits prefixed with `fix:` and `feat:` will trigger patch and minor releases when merged to `main`. | ||
## Contributing | ||
To learn how to create major releases and release from maintenance branches, refer to the [semantic-release GitHub Action](https://github.com/BrightspaceUI/actions/tree/main/semantic-release) documentation. | ||
1. **Fork** the repository. Committing directly against this repository is highly discouraged. | ||
2. Make your modifications in a branch, updating and writing new tests as necessary in the `test` directory. | ||
3. Ensure that all tests pass with `npm test` | ||
4. `rebase` your changes against master. *Do not merge*. | ||
5. Submit a pull request to this repository. Wait for tests to run and someone to chime in. | ||
## Code Style | ||
@@ -374,0 +364,0 @@ |
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
161631
375