-
Notifications
You must be signed in to change notification settings - Fork 2
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
Fix choco package issues #37
Comments
Well, this is almost done. I don't think we'll have website till |
The difference is because usually the author of the software and the maintainer of the package isn't the same, so if the software is open source, the link to the repository (or to the page where the source can be downloaded from) would be added to the The packageSourceUrl is the source location of the package related files only (personally I prefer that the url includes the directory the package source is located in as well). BTW, I recommend adding some more description to the choco package as well.
In this case you could change to current description to be the summary instead, and then add the description I mentioned above. BTW, the releaseNotes recommendation can be easily added by just adding a url to the Changelog file. <releaseNotes>https://github.com/mp4096/indentex/blob/master/CHANGELOG.md</releaseNotes> |
@AdmiringWorm Thanks! We've done it exactly as you suggested. I have to update the description, however, seems like linebreaks in XML are preserved and the description looks not so good on the Chocolatey page. |
@mp4096 I had a quick look at the package, and as far as I can see everything looks good (I'll now more when the automated checks have ran). Regarding the line breaks, I should probably have mentioned that hose are preserved. |
Cool! I'm ok with line breaks, I think they're helpful when the description is long and needs to be structured. |
Ok, it seems like we missed some points and have some things to do:
Easy
BTW, what's the difference between package and project source URL? We need to dig into the choco wiki.
Not so easy
Blocked
Not applicable
See also https://github.com/chocolatey/package-validator/wiki/NuspecEnhancementsMissing
The text was updated successfully, but these errors were encountered: