We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
At https://github.com/single-cell-data/TileDB-SOMA/wiki/Branches-and-releases we currently have the guideline
GITHUB RC TAG: Same as next step, but, for i.j.0 releases, always do an i.j.0rc0 first (note: no - before rc0, for PEP386)
i.j.0
i.j.0rc0
-
rc0
This is because of the following software requirement:
TileDB-SOMA/apis/python/version.py
Lines 25 to 32 in 7330fbd
Lines 83 to 88 in 7330fbd
Lines 248 to 259 in 7330fbd
This is why we've consistently tagged like 1.15.0rc4: otherwise our softwtare generates an error.
1.15.0rc4
semver
semver.parse('1.15.0rc4')
semver.parse('1.15.0-rc4')
version.py
See also: [sc-60657]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Status quo
At https://github.com/single-cell-data/TileDB-SOMA/wiki/Branches-and-releases we currently have the guideline
This is because of the following software requirement:
TileDB-SOMA/apis/python/version.py
Lines 25 to 32 in 7330fbd
TileDB-SOMA/apis/python/version.py
Lines 83 to 88 in 7330fbd
TileDB-SOMA/apis/python/version.py
Lines 248 to 259 in 7330fbd
This is why we've consistently tagged like
1.15.0rc4
: otherwise our softwtare generates an error.Desired change
semver
package failssemver.parse('1.15.0rc4')
but passessemver.parse('1.15.0-rc4')
Work to do
version.py
aboveSee also: [sc-60657]
The text was updated successfully, but these errors were encountered: