-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #528 from phovea/release-12.0.0-latest
Release 12.0.0
- Loading branch information
Showing
38 changed files
with
884 additions
and
883 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
|
||
* [x] Create new `release-x.x.x` branch (based on `develop` branch) | ||
* [ ] Collect changes and write [release notes](#release-notes) | ||
* [ ] Draft release PR in GitHub that merges the `release-x.x.x` into the `master` branch | ||
* [ ] Draft release PR in GitHub that merges the `release-x.x.x` into the `main` branch | ||
|
||
### Release dependencies first | ||
|
||
|
@@ -29,7 +29,7 @@ In case of dependent Phovea/TDP repositories follow [dependency tree](https://wi | |
* [ ] Update this version number following [semver](https://semver.org) | ||
* [ ] Commit and push *package.json* with new version number | ||
* [ ] Assign reviewer and wait for final review | ||
* [ ] Merge this pull request into master branch | ||
* [ ] Merge this pull request into main branch | ||
* [ ] Add release label (i.e., `release: major`, `release: minor`, or `release: patch`) | ||
|
||
### Publish pip release | ||
|
@@ -72,7 +72,7 @@ The steps of this section are only necessary if the code is public and should be | |
### Prepeare next develop release | ||
|
||
* [ ] Switch to `develop` branch | ||
* [ ] Merge `master` branch into `develop` (`git merge origin/master`) | ||
* [ ] Merge `main` branch into `develop` (`git merge origin/main`) | ||
* [ ] Update version in *package.json* to `<next patch version>-SNAPSHOT` (e.g., `2.3.1` to `2.3.2-SNAPSHOT`) | ||
* [ ] Revert dependencies in *package.json* to develop branches (e.g., `"tdp_core": "git+ssh://[email protected]:datavisyn/tdp_core#develop"`) | ||
* [ ] Revert dependencies in *requirements.txt* to develop branches (e.g., `git+https://github.com/datavisyn/tdp_core.git@develop#egg=tdp_core`) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
|
||
* [x] Create new `release-x.x.x` branch (based on `develop` branch) | ||
* [ ] Collect changes and write [release notes](#release-notes) | ||
* [ ] Draft release PR in GitHub that merges the `release-x.x.x` into the `master` branch | ||
* [ ] Draft release PR in GitHub that merges the `release-x.x.x` into the `main` branch | ||
|
||
### Release dependencies first | ||
|
||
|
@@ -28,7 +28,7 @@ In case of dependent Phovea/TDP repositories follow [dependency tree](https://wi | |
* [ ] Update this version number following [semver](https://semver.org) | ||
* [ ] Commit and push *package.json* with new version number | ||
* [ ] Assign reviewer and wait for final review | ||
* [ ] Merge this pull request into master branch | ||
* [ ] Merge this pull request into main branch | ||
* [ ] Add release label (i.e., `release: major`, `release: minor`, or `release: patch`) | ||
|
||
### Publish npm release | ||
|
@@ -55,7 +55,7 @@ The steps of this section are only necessary if the code is public and should be | |
### Prepeare next develop release | ||
|
||
* [ ] Switch to `develop` branch | ||
* [ ] Merge `master` branch into `develop` (`git merge origin/master`) | ||
* [ ] Merge `main` branch into `develop` (`git merge origin/main`) | ||
* [ ] Update version in *package.json* to `<next patch version>-SNAPSHOT` (e.g., `2.3.1` to `2.3.2-SNAPSHOT`) | ||
* [ ] Revert dependencies in *package.json* to develop branches (e.g., `"tdp_core": "git+ssh://[email protected]:datavisyn/tdp_core#develop"`) | ||
* [ ] Commit and push changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.