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

[core] Add a list of links to project #884

Closed
aalmiray opened this issue Aug 10, 2022 · 1 comment
Closed

[core] Add a list of links to project #884

aalmiray opened this issue Aug 10, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@aalmiray
Copy link
Member

Each link should have these properties:

  • url.
  • type. One of [homepage, bugtracker, faq, help, donation, translate, contact, vcs-browser, contribute]

If no link with type homepage is found then project.website will be used if defined.
if no link with type bugtracker is found then release.*.issueTrackerUrl will be used instead.

Based on appstream metadata https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#tag-url

@aalmiray aalmiray added the enhancement New feature or request label Aug 10, 2022
@aalmiray aalmiray self-assigned this Aug 10, 2022
@aalmiray aalmiray added this to the v1.2.0 milestone Aug 10, 2022
@aalmiray
Copy link
Member Author

This section will look like this

  links:
    homepage: https://acme.com/app
    bugTracker: https://vcs.acme.com/app/issues
    vcsBrowser: https://vcs.acme.com/app
    faq: https://acme.com/app/faq
    help: https://acme.com/app/help
    donation: https://acme.com/app/donations
    translate: https://acme.com/app/tr
    contact: https://acme.com/app/contact
    contribute: https://acme.com/app/contribute

aalmiray added a commit to jreleaser/jreleaser.github.io that referenced this issue Aug 10, 2022
- new links section jreleaser/jreleaser#884
- migrated project utls jreleaser/jreleaser#885
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant