-
-
Notifications
You must be signed in to change notification settings - Fork 766
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
new tags for cycleReleaseDate and latestReleaseDate #943
Comments
I like this proposal, let me give it a shot to see how much extra effort it will be. Might need a bit of help with latest release dates that makes me think this is something we should consider after we have automation in place to update latest releases. |
I find this extension also useful 👍 |
With #974, the I also felt the need for tracking both separately while working on #285 for the visual timeline. Would have been nice to put a dot for the latest release in each cycle. |
could we bump the fetch-metadata to 1.3.0 ? is there a specific reason to
keep 1.1.1 ?
https://github.com/dependabot/fetch-metadata/releases/tag/v1.3.0
|
Will bump in the next automation PR 👍🏽. |
Both |
Had one question regarding contributions for However, while all automated pages will include this information, this won't be present on the other pages - this makes the field optional. Should we request contributors to update this field for the non-automated pages? |
I think that will be a perfect solution, i believe it wont be so hard to add 1 more line modification for contributors ( including me ) |
but we have to be sure we need to completely remove |
|
the problem starts not because of missing Date part but the problem new contributors think that its support starts in that date :) |
but as i said before, this is completely trivial so even now we got rocksolid system :) |
I would stay with |
Right now we are using
release
tag to mention related cycle's first version dateand i am suggesting to rename this one to
cycleReleaseDate
and add a new tag for the release date of latest tag for related cycle's latest version
latestReleaseDate
These two tags will make it less confusing for the contributors and also let our api will be much cleaner
And yes i know it will bring a lttle more burden to us/contributors to add each new/latest versions release dates
but i believe we can handle that one
As a summary :
release --> cycleReleaseDate : To mention current series' first version date
add latestReleaseDate : To mention the latest version date
The text was updated successfully, but these errors were encountered: