The publish task creates the simple api files by going through each package in the repository and creating a page for them with links to each of their releases. The publish task includes all the releases of a package even if that release is not apart of the repository. Simply changing the query to check that the release is in the repository's content will fix this.
The publish task creates the simple api files by going through each package in the repository and creating a page for them with links to each of their releases. The publish task includes all the releases of a package even if that release is not apart of the repository. Simply changing the query to check that the release is in the repository's content will fix this.