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

Improve "latest" version handling in publishing process #196

Open
wperron opened this issue Jan 7, 2021 · 0 comments
Open

Improve "latest" version handling in publishing process #196

wperron opened this issue Jan 7, 2021 · 0 comments

Comments

@wperron
Copy link
Contributor

wperron commented Jan 7, 2021

related to: #195 (comment)

Right now the "latest" version of a module is set to whatever the version number was on the last run of the async/publish function. This means that redelivering a failed webhook for a previous version could overwrite the "latest" version with a tag number that is older. I think we could improve the schema of the meta/versions.json object to include commit hash and commit timestamps so that the website can sort the versions by different parameters and give a better representation of a module's history.

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