feat(embeddings): update embeddings to filter images properly#202
feat(embeddings): update embeddings to filter images properly#202stephencrowell wants to merge 1 commit intoKitware:mainfrom
Conversation
pyproject.toml
Outdated
| [project] | ||
| name="nrtk-explorer" | ||
| version="0.6.0" | ||
| version="0.7.0" |
There was a problem hiding this comment.
You should not change the version. The CI will do it for you.
There was a problem hiding this comment.
I think the issue was that this somehow was not done automatically with the last release? We should be on v0.7.0, but somehow the pyproject.toml is still stuck on 0.6.0?
There was a problem hiding this comment.
Also, for the CI to cut a release, you will need to:
- merge master to release
- wait for CI to create release with new commit (changelog update and so on)
- merge release to master
There was a problem hiding this comment.
I think the issue was that this somehow was not done automatically with the last release? We should be on v0.7.0, but somehow the
pyproject.tomlis still stuck on 0.6.0?
Then we could be missing "merge release back to master"
There was a problem hiding this comment.
I dropped the change.
There was a problem hiding this comment.
I think we may need to update the semantic-release github action version.
Maybe merging the dependabot MR could solve the issue.
But we should make sure that release has been merged to main
b8c27f9 to
c48ad24
Compare
No description provided.