streamsheets
streamsheets copied to clipboard
Unclear which version is the most recent
To me it is unclear what the "most recent" version of Streamsheets is.
- The main readme of the repository shows a badge for version
2.1 - The package.json file in the root of the repository says
1.1.61 - There are no tags
- There is a release branch named
release/2.3 - The most recent version on docs.cedalo.com is 2.4 -> https://docs.cedalo.com/streamsheets/2.4/installation
- The only release at Eclipse is 2.3 -> https://projects.eclipse.org/projects/iot.streamsheets/governance
I think it would be good to have at least one location showing list of available releases. Using git tags proved to be a good choice for many other projects.
Thanks for reporting this issue!
For the moment we:
- added the release branch release/2.4
- fixed the version in readme in release branches release/2.3, release/2.4 and master
- fixed the version in root package.json in release branches release/2.3, release/2.4 and master
Also note that
- the most recent version is 2.4 (2.4-milestone)
- the most recent Eclipse release currently under review is 2.3 (2.3-milestone)
We will add more information to clarify the different versions soon.