JanusGraph/janusgraph
Auf GitHub ansehenMove upgrade instructions to a separate page
Open
#1.815 geöffnet am 29. Sept. 2019
area/docshelp wantedkind/cleanup
Repository-Metriken
- Stars
- (4.985 Stars)
- PR-Merge-Metriken
- (Durchschn. Merge 3T 18h) (12 gemergte PRs in 30 T)
Beschreibung
Currently upgrade instructions are listed in Changelog but it isn't right because of the following facts:
- Upgrade instructions in most cases should upgrade from
featureversions and notbugfixversions. We have currently 6 upgrade instructions:from Titan to JanusGraph 0.1.x,from 0.1.x to 0.2.x,from 0.2.0 to 0.2.1(exceptional case),from 0.2.x to 0.3.x,from 0.3.x to 0.4.x,from 0.4.x to 0.5.x. - Currently upgrade instructions are hard to be find because you should go to
Changelogand find the fist version of a specific feature version to which you would like to upgrade. It isn't intuitively as for me.
I would like to propose to move all upgrade instructions to a separate page.