-
Notifications
You must be signed in to change notification settings - Fork 11
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
[DEV] Augment and Validate Project Date Data (Breaking Change) #24
Conversation
Where did we end up with 301 redirects? I see the Twilio one is causing this to fail. It might be worth omitting this entry if there isn't a reasonable workaround. |
Just fixed the error. It looks like the link was resolving to one that included: |
Thank you! |
Summary
Every project within projects.json that has a
category
of 'repo' has been given a date field calledcreatedAt
. Projects that had a field in the past calleddate
have now been replaced with this new property:createdAt
(breaking change)Related Issues and MRs
Closing #23
What changed
Project
struct invalidate.go
. Date field is now required for all project categories.date
has becomecreatedAt
(breaking change)CONTRIBUTING.md
with data shape information.Steps for reviewer
currentBranch
value on line 31 ofvalidate.go
to "main"projects.json
:createdAt
CreatedAt
field is accurate withinvalidate.go
Additional resources
N/A