-
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 #466
Merged
Merged
Release 7.0.0 #466
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
and change order or loaders
Update `.gitattributes` to hide compiled files from git diff
…fault Use `PHOVEA_NGINX_PORT` in nginx-default.conf
setup-workspace subgenerator fixes
Add 404 and 500 error pages
…and_dependencies Update requirements and dependencies
Update Codeowner
CircleCI Config Changes
…el_handling Handle additional labels in templates folder for deployment
dvvanessastoiber
added
the
release: major
PR merge results in a new major version
label
Feb 15, 2021
ghost
approved these changes
Feb 15, 2021
ghost
deleted the
release-7.0.0
branch
February 15, 2021 13:47
This pull request was closed.
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.
Release notes
copy
npm scripts for Windows (Fixcopy
npm scripts for Windows #453)copy-app-assets
npm script (Fixcopy-app-assets
npm script #447)rimraf
package instead ofrm -rf
inpreinstall
script (Userimraf
package instead ofrm -rf
inpreinstall
script #443)--incremental
build flag for ts compiler (Add--incremental
build flag for ts compiler #423)PHOVEA_NGINX_PORT
in nginx-default.conf (UsePHOVEA_NGINX_PORT
in nginx-default.conf #421).gitattributes
to hide compiled files from git diff (Update.gitattributes
to hide compiled files from git diff #417)Checklists
Release preparation
release-x.x.x
branch (based ondevelop
branch)release-x.x.x
into themaster
branchUpdate version
release
label attached of the included PRsnpm install
on release branch to update package-lock.jsonPublish npm release
npm login caleydo-bot
npm publish
Create GitHub release
v2.3.1
)Prepeare next develop release
master
intodevelop
branch<next patch version>-SNAPSHOT
(e.g.,2.3.1
to2.3.2-SNAPSHOT
)🏁 Finish line