This repository has been archived by the owner on Nov 30, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
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
* Add TS compiler flags for i18n to tsconfig.json * Update template files and dependencies Using generator-phovea v3.0.0 - Update CircleCI config - Update tslint.json * Update package-lock.json * Invalidate circleci cache * Fix tslint * Update package-lock.json * Invalidate circleci cache * Fix several tslint errors * Invalidate circleci cache * Force npm install * Revert circleci config * Force npm install * Install clue explicitly * Revert install phovea_clue explicitly * Invalidate circleci cache * Remove explicit phovea_core dependency
Docker image
Remove and ignore package-lock.json
Update to Python 3.7
add CODEOWNERS file
older version uses typescript 2 as peerDependency
Update .gitattributes
Upgrade to Font Awesome v5
Refactor stylesheets organization and imports
Add 500.html and 404.html to the app
Update requirements and dependencies
Reason: show all long numbers for population in the y-axis
dvvanessastoiber
added
the
release: major
PR merge results in a new major version
label
Feb 18, 2021
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Release notes
buildId
toJSON.stringify(buildId)
(ChangebuildId
toJSON.stringify(buildId)
#39)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
)Publish npm release
The steps of this section are only necessary if the code is public and should be published to the npm registry.
chmod -R o+w .
in the cloned repository directory (to provide write access to the CircleCI Linux user)rm -rf dist && rm -rf build && rm -rf node_modules/ && rm -rf package-lock.json
docker run -it -v $(pwd):/phovea circleci/node:12.13-buster-browsers /bin/bash
and continue inside the containercd /phovea
npm install
npm run build
to build the bundlesnpm login
as caleydo-botnpm publish
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