-
Notifications
You must be signed in to change notification settings - Fork 46
Automate versions used in Reference_Manual.md #1302
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
Conversation
…ct version will be used. `Reference_Manual.md` is auto generated file now. Do not do manual modifications.
cee5b3c
to
52dc44e
Compare
```sh | ||
curl -Lo hazelcast-cpp-client-5.2.0.tar.gz https://github.com/hazelcast/hazelcast-cpp-client/archive/v5.2.0.tar.gz | ||
tar xzf hazelcast-cpp-client-5.2.0.tar.gz | ||
curl -Lo hazelcast-cpp-client-5.4.0.tar.gz https://github.com/hazelcast/hazelcast-cpp-client/archive/v5.4.0.tar.gz |
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.
Does it make sense to include a link that doesn't work (until 5.4.0
is released)?
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.
What else would you suggest? We can only refer to a development snapshot but that does not exist for C++ client. I could not come up with a better alternative. You can download the master zip during development and have it replace before every release with proper version but this will be also error prone.
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.
What else would you suggest?
I don't know!
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.
Do the instructions need to be updated to make it clear that after release build, a new Reference_Manual
needs to be checked in? Trying to figure out the workflow.
No, it is not during the release (or after the release) time. It is during regular development when the |
Maybe worth adding a comment under the version number to that effect for next time it's changed? |
Added the explanation in 4a3adb4 . how does it look? |
Automated the version numbers used in the reference manual. The project version will be used.
Reference_Manual.md
is auto generated file now. Do not do manual modifications.