cytoscape
Advanced tools
Comparing version 3.30.0 to 3.30.1
{ | ||
"name": "cytoscape", | ||
"version": "3.30.0", | ||
"version": "3.30.1", | ||
"license": "MIT", | ||
@@ -67,3 +67,3 @@ "description": "Graph theory (a.k.a. network) library for analysis and visualisation", | ||
"copyright": "node -r esm license-update", | ||
"dist:copy": "cpy build/cytoscape.umd.js build/cytoscape.min.js build/cytoscape.cjs.js build/cytoscape.esm.mjs build/cytoscape.esm.min.mjs dist", | ||
"dist:copy": "cpy --flat build/cytoscape.umd.js build/cytoscape.min.js build/cytoscape.cjs.js build/cytoscape.esm.mjs build/cytoscape.esm.min.mjs dist", | ||
"dist": "cross-env NODE_ENV=production run-s build dist:*", | ||
@@ -87,3 +87,3 @@ "release": "run-s copyright dist docs", | ||
"docs": "run-s docs:build docs:js", | ||
"docs:js": "cpy build/cytoscape.min.js documentation/js", | ||
"docs:js": "cpy --flat build/cytoscape.min.js documentation/js", | ||
"docs:build": "node documentation/docmaker.js", | ||
@@ -90,0 +90,0 @@ "docs:push": "gh-pages -d documentation", |
@@ -139,13 +139,36 @@ <img style="width: 200px; height: 200px;" src="https://raw.githubusercontent.com/cytoscape/cytoscape.js/unstable/documentation/img/cytoscape-logo.png" width="200" height="200"> | ||
- [Manual Release](.github/workflows/md/Manual_Release.md) | ||
- [Feature Release](.github/workflows/md/Feature_Release.md) | ||
- [Backport/Patch Release](.github/workflows/md/Patch_Backport_Release.md) | ||
### Background | ||
**IMP: The releases should be made atleast 5 min apart for the zenodo to pick the new release.** | ||
**IMP: Amend Github Action in all branches for consistent results across branches** | ||
- Ensure that a milestone exists for the release you want to make, with all the issues for that release assigned in the milestone. | ||
- Bug fixes should be applied to both the `master` and `unstable` branches. PRs can go on either branch, with the patch applied to the other branch after merging. | ||
- When a patch release is made concurrently with a feature release, the patch release should be made first. Wait 5 minutes after the patch release completes before starting the feature release -- otherwise Zenodo doesn't pick up releases properly. | ||
- Repository Setup for Github Actions: [Repository Setup](.github/workflows/md/repo-setup.md) | ||
### Patch version | ||
1. Go to [Actions > Feature release](https://github.com/cytoscape/cytoscape.js/actions/workflows/patch-release.yml) | ||
1. Go to the 'Run workflow' dropdown | ||
1. [Optional] The 'master' branch should be preselected for you | ||
1. Press the green 'Run workflow' button | ||
1. Close the milestone for the release | ||
<img style="width: 300px; height: auto;" src="https://raw.githubusercontent.com/cytoscape/cytoscape.js/unstable/documentation/img/preview-patch.png" width="300"> | ||
### Feature version | ||
1. Go to [Actions > Feature release](https://github.com/cytoscape/cytoscape.js/actions/workflows/feature-release.yml) | ||
1. Go to the 'Run workflow' dropdown | ||
1. [Optional] The 'unstable' branch should be preselected for you | ||
1. Press the green 'Run workflow' button | ||
1. Close the milestone for the release | ||
1. Make the release announcement [on the blog](https://github.com/cytoscape/cytoscape.js-blog) | ||
<img style="width: 300px; height: auto;" src="https://raw.githubusercontent.com/cytoscape/cytoscape.js/unstable/documentation/img/preview-feature.png" width="300"> | ||
### Notes on GitHub Actions UI | ||
- 'Use workflow from' in the GitHub UI selects the branch from which the workflow YML file is selected. Since the workflow files should usually be the same on the master and unstable branches, it shouldn't matter what's selected. | ||
- 'Branch to run the action on' in the GitHub UI is preselected for you. You don't need to change it. | ||
## Tests | ||
Mocha tests are found in the [test directory](https://github.com/cytoscape/cytoscape.js/tree/master/test). The tests can be run in the browser or they can be run via Node.js (`npm run test:js`). |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
4633097
118243
174
187