-
Notifications
You must be signed in to change notification settings - Fork 39
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
Make "releaseDate" key an optional key #180
Make "releaseDate" key an optional key #180
Conversation
@tomootes, I agree with both points. Adding to the second: the need to update releaseDate every time results in either not updating it, or it becomes busywork that just annoys the maintainers and makes them roll their eyes at Having it optional makes it available to people who wanna opt-in for that. |
@yaml-9000 minor-change |
Thanks for your contribution 🙏 This is now marked as a Example of minor changes are additions of new keys or making keys optional. The Chair will eventually pick up this proposal and start the voting procedure using cc @ruphy @publiccodeyml/steering-committee 📄 Voting procedure | 📄 Working Group Charter | 🤖 bot commands |
I can't agree more on this one. In addition to this: if a project is using semver the last releasedate can easily be fetched from either Github or Gitlab. If we keep it mandatory this is going to be an extra chore for devs. |
3cd2cfa
to
4af9f3a
Compare
I updated the translations as well and rebased so the preview is successful. |
@yaml-9000 vote-start |
Voting is now open on this proposal! If you are a member of the Steering Committee you can now vote! The polls will stay open for 14 days, until Wed, 12 Jun 2024 12:33:59 GMT. Leave a 👍 (thumbs up) on this comment to accept the proposal or a 👎 (thumbs down) to reject it. cc @publiccodeyml/steering-committee 📄 Voting procedure | 📄 Working Group Charter | 🤖 bot commands |
@yaml-9000 vote-end |
Vote resultsThe results of the vote are:
Proposal approved 👍 This proposal is now ready to be merged and get released with a new version of the standard. cc @publiccodeyml/chair @publiccodeyml/maintainers DetailsFirst round: unanimity required The following users voted (includes non-members of the steering committee):
📄 Voting procedure | 📄 Working Group Charter | 🤖 bot commands |
Awesome to see the change has been accepted and is now part of the standard 🙏 |
As stated in the following thread. It would be logical to make the
releaseDate
key optional.Main reasons that can be coined for this are: