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

Source changelogs from composer type:wordpress-plugin / wpackagist #24105

Open
rarkins opened this issue Aug 27, 2023 Discussed in #24072 · 1 comment
Open

Source changelogs from composer type:wordpress-plugin / wpackagist #24105

rarkins opened this issue Aug 27, 2023 Discussed in #24072 · 1 comment
Labels
core:changelogs Related to changelogs/release notes fetching datasource:packagist priority-3-medium Default priority, "should be done" but isn't prioritised ahead of others type:feature Feature (new functionality)

Comments

@rarkins
Copy link
Collaborator

rarkins commented Aug 27, 2023

Discussed in #24072

Originally posted by chrillep August 24, 2023

Tell us more.

id love if renovate could source changelogs for packages installed from https://wpackagist.org/

partial composer.lock

{
  "name": "wpackagist-plugin/wordpress-seo",
  "version": "20.6",
  "source": {
      "type": "svn",
      "url": "https://plugins.svn.wordpress.org/wordpress-seo/",
      "reference": "tags/20.6"
  },
  "dist": {
      "type": "zip",
      "url": "https://downloads.wordpress.org/plugin/wordpress-seo.20.6.zip"
  },
  "require": {
      "composer/installers": "^1.0 || ^2.0"
  },
  "type": "wordpress-plugin",
  "homepage": "https://wordpress.org/plugins/wordpress-seo/"
},

example API urls

fetch("https://api.wordpress.org/plugins/info/1.2/?action=plugin_information&slug=redirection")
  .then(response => response.json())
  .then(data => console.log(data.sections.changelog))
  .catch(error => console.log(error))

example SVN urls
release notes are in blocks in readme.txt per tag/version
https://plugins.svn.wordpress.org/{pluginName}/tags/{tag}/readme.txt

refs

@rarkins rarkins added type:feature Feature (new functionality) datasource:packagist status:ready core:changelogs Related to changelogs/release notes fetching labels Aug 27, 2023
@HonkingGoose HonkingGoose added the priority-3-medium Default priority, "should be done" but isn't prioritised ahead of others label Aug 28, 2023
@chrillep
Copy link

chrillep commented Sep 22, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core:changelogs Related to changelogs/release notes fetching datasource:packagist priority-3-medium Default priority, "should be done" but isn't prioritised ahead of others type:feature Feature (new functionality)
Projects
None yet
Development

No branches or pull requests

3 participants