Skip to content
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

Create warnings for when the Marqo version is the same as a GitHub release #6

Open
pandu-k opened this issue Dec 13, 2022 · 0 comments

Comments

@pandu-k
Copy link
Collaborator

pandu-k commented Dec 13, 2022

Problem:
We often forget to increment the Marqo's in-code version number. This results in the root endpoint returning a version not representative of the actual version.

Proposed solution:

  1. Check if the given version number is in the list of GitHub release tags:
curl https://api.github.com/repos/marqo-ai/marqo/tags
  1. Echo warnings that can be parsed by Github:
    https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant