-
Notifications
You must be signed in to change notification settings - Fork 15
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
SQL-2463: update release instructions for odbc #266
base: on-prem-eap
Are you sure you want to change the base?
Conversation
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.
LGTM!
@nbagnard I added more information about the tag format, reinforced with an example. |
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.
LGTM!
I have 2 remaining questions, for my own sake, in trying to make sure I have the correct thing in mind and we won't miss things when merging back to master.
git tag -a -m X.Y.Z vX.Y.Z | ||
|
||
```sh | ||
#git tag -am X.Y.Z[-<ODBCprerelease>]-libvXX.YY.ZZ[-<prerelease>] |
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.
#git tag -am X.Y.Z[-<ODBCprerelease>]-libvXX.YY.ZZ[-<prerelease>] | |
#git tag -am X.Y.Z[-<ODBCprerelease>]-libvXX.YY.ZZ[-<prerelease>] | |
# For example : |
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.
Sorry, I just realized that it's not called out anywhere else.
Can we make sure that it is clear that a libmongosqltranslate version change trigger a patch version bump on the driver side, please.
RELEASE.md
Outdated
@@ -3,22 +3,31 @@ | |||
This document describes the version policy and release process for the MongoDB Atlas SQL interface ODBC Driver. | |||
|
|||
## Versioning | |||
Versions will follow the [semantic versioning](https://semver.org/) system. | |||
|
|||
Versions will follow the [semantic versioning](https://semver.org/) system. | |||
The following guidelines will be used to determine when each version component will be updated: | |||
- **major**: backwards-breaking changes | |||
- **minor**: functionality added in a backwards compatible manner | |||
- **patch**: backwards compatible bug fixes |
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.
or libmongosqltranslate
version update
No description provided.