Make WordPress Core

Opened 5 years ago

Closed 5 years ago

Last modified 5 years ago

#47082 closed enhancement (invalid)

WordPress releases aren't available via Github API

Reported by: awmurph's profile AwMurph Owned by:
Milestone: Priority: normal
Severity: normal Version:
Component: General Keywords:
Focuses: Cc:

Description

While Github shows releases for WordPress, the API does not which is causing problems with automated syncing of most recent version of WordPress.

https://api.github.com/repos/WordPress/WordPress/releases

Please look into creating proper releases for this SVN sync to allow users to interact with Githubs API for interacting with the WordPress repository.

Thanks!

Change History (3)

#1 @ocean90
5 years ago

  • Keywords github removed
  • Milestone Awaiting Review deleted
  • Resolution set to invalid
  • Status changed from new to closed
  • Version 5.1.1 deleted

Hello @AwMurph, welcome to WordPress Trac!

Releases on GitHub aren't officially provided. What you see on https://github.com/WordPress/WordPress/releases is just a list of available tags which you can get via https://api.github.com/repos/WordPress/WordPress/tags.

#2 follow-up: @AwMurph
5 years ago

  • Keywords github added

Yea I ended up stumbling across the tags API. We have a process that watches public projects for new releases and pulls them internally. Is there intention on providing releases on Github in a more official way as releases still show when you view the project.

Thanks for the prompt reply @ocean90

#3 in reply to: ↑ 2 @SergeyBiryukov
5 years ago

  • Keywords github removed

Replying to AwMurph:

Is there intention on providing releases on Github in a more official way as releases still show when you view the project.

On WordPress + Git is the latest post on the plans of using Git for the WordPress project.

P.S. Removing the keyword, as it's not one of workflow keywords on this Trac.

Note: See TracTickets for help on using tickets.