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
stac-model
The https://pypi.org/project/stac-model/0.1.2/ version is released. However, the code still refers to the previous prerelease:
mlm-extension/pyproject.toml
Lines 8 to 10 in 082aa7c
Released versions should match the code.
There should also be a git tag specifically to stac-model-vX.Y.Z, since other vX.Y.Z tags are reserved for the specification.
stac-model-vX.Y.Z
vX.Y.Z
A conditional stage in https://github.com/crim-ca/mlm-extension/blob/main/.github/workflows/stac-model.yml should probably be added to automate the poetry publish --build operation when some stac-model-vX.Y.Z tag is applied (or a corresponding release is generated).
poetry publish --build
The release of a stac-model version should not conflict with the release steps for the specification. Maybe a vX.Y.Z (spec) condition would have to be added to https://github.com/crim-ca/mlm-extension/blob/main/.github/workflows/publish.yaml
The text was updated successfully, but these errors were encountered:
stac_model
rbavery
Successfully merging a pull request may close this issue.
🐛 Bug Report
The https://pypi.org/project/stac-model/0.1.2/ version is released.
However, the code still refers to the previous prerelease:
mlm-extension/pyproject.toml
Lines 8 to 10 in 082aa7c
📈 Expected behavior
Released versions should match the code.
There should also be a git tag specifically to
stac-model-vX.Y.Z
, since othervX.Y.Z
tags are reserved for the specification.📎 Additional context
A conditional stage in https://github.com/crim-ca/mlm-extension/blob/main/.github/workflows/stac-model.yml should probably be added to automate the
poetry publish --build
operation when somestac-model-vX.Y.Z
tag is applied (or a corresponding release is generated).The release of a
stac-model
version should not conflict with the release steps for the specification.Maybe a
vX.Y.Z
(spec) condition would have to be added to https://github.com/crim-ca/mlm-extension/blob/main/.github/workflows/publish.yamlThe text was updated successfully, but these errors were encountered: