Skip to content

Show changelogs of version info in the PR with file resource #1895

Answered by olblak
aaronspruit asked this question in Q&A
Discussion options

You must be logged in to vote

Thank you very much @aaronspruit for your support.
I turns out to be very challenging to have generic way to retrieve changelog information.

When I know in advance the pattern to retrieve what I am looking for, then I use the parameter description in the action configuration ike in the following example:

(description is used as the first part of the pullrquest body )

actions:  
  kubernetes-marketplace:
    kind: "github/pullrequest"
    scmid: kubernetes-marketplace
    title: 'Bump Argocd Helm chart to {{ source "chart" }}'
    spec:
      description: For full list of changes please check ArtifactHub [changelog](https://artifacthub.io/packages/helm/argo/argo-cd?modal=changelog)
      u…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@aaronspruit
Comment options

Answer selected by aaronspruit
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants