Is your feature request related to a problem?
If the changelog is empty when using githubrelease, I'd like to support some kind of extension so I could synthetically modify the changelog within the pipeline definition.
To illustrate the above:
#1214 is the one that used
sources:
latestGoVersion:
name: Get Latest Go Release
kind: githubrelease
transformers:
- trimprefix: go
spec:
owner: golang
repository: go
token: '{{ requiredEnv "GITHUB_TOKEN" }}'
username: '{{ requiredEnv "GIT_USER" }}'
versionfilter:
kind: regex
pattern: go1\.(\d*)\.(\d*)$
...
But its changelog is empty:

Solution you'd like
I'd like to somehow being able to modify the changelog as part of the kind github/pullrequest
actions:
chart:
kind: github/pullrequest
scmid: githubConfig
spec:
extchangelog: https://github.com/golang/go/issues?q=milestone%3AGo{{ source "latestGoVersion" }}+label%3ACherryPickApproved
Alternatives you've considered
#1125 could be the new way?
Anything else?
No response
Is your feature request related to a problem?
If the
changelogis empty when usinggithubrelease, I'd like to support some kind of extension so I could synthetically modify thechangelogwithin the pipeline definition.To illustrate the above:
#1214 is the one that used
But its changelog is empty:
Solution you'd like
I'd like to somehow being able to modify the changelog as part of the kind
github/pullrequestAlternatives you've considered
#1125 could be the new way?
Anything else?
No response