-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 7.0.0 #27
Merged
Merged
Release 7.0.0 #27
Conversation
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
# Conflicts: # phovea_product.json
Activate nightly CircleCI build
`npm ls` fails if some peerDependencies are not installed Since `showWebDependencies()` function is for debug purposes only, we catch possible promise reject of `npm()` and convert it into Promise.resolve() that it always succeeds. We do something similar in the CircleCI config with the `true` in `npm list --depth=1 || true`. Since `showPythonTestDependencies()` is for debug purposes only, we catch possible errors and resolve it with status code `0`.
At the moment the CircleCI build is killed, when testing with karma. It looks like our code or test command is not compatible with the CircleCI environment.
add CODEOWNERS file
Update to Python 3.7
Add Tourdino to develop build
lehnerchristian
previously approved these changes
Mar 19, 2020
Update README.md circleci links
Update README.md
Move deploy files from app to product
# Conflicts: # package-lock.json
thinkh
approved these changes
Aug 13, 2020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks to everyone who contributed to this release!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changelog
Highlights
Contained releases
Checklists
Release preparation
release-x.x.x
branch (based ondevelop
branch)release-x.x.x
into themaster
branchRelease dependencies first
In case of dependent Phovea/TDP repositories follow dependency tree from the top:
"phovea_core": "^2.3.1"
when published on npm or"phovea_core": "github:datavisyn/tdp_core#semver:^8.0.0"
for non-published repositories)Update version
release: major
,release: minor
, orrelease: patch
)Create GitHub release
v2.3.1
)Prepeare next develop release
develop
branchmaster
branch intodevelop
(git merge origin/master
)<next patch version>-SNAPSHOT
(e.g.,2.3.1
to2.3.2-SNAPSHOT
)"phovea_core": "github:phovea/phovea_core#develop"
)🏁 Finish line