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

How to add notes to release archive? #119

Open
djklim87 opened this issue Sep 16, 2022 · 4 comments
Open

How to add notes to release archive? #119

djklim87 opened this issue Sep 16, 2022 · 4 comments

Comments

@djklim87
Copy link

Does this package has ability to add release notes to result release?
Cause as I see there always one text - Repository "about" description

@jftanner
Copy link
Contributor

I've tried adding release-notes-file to my cr.yaml, but no luck.

@jftanner
Copy link
Contributor

Ah, I figured it out!

The filepath is relative to the chart, not the repository. I solved the problem by generating the changelog in the chart repo. (You still need some additional mechanism to generate the changelog. I'm using semantic-release for that purpose.)

@djklim87
Copy link
Author

Can you write a small guide which and where you put?

@jftanner
Copy link
Contributor

I can at least share what I've got so far. It's far from done, but the semantic-release and chart-release parts seem to be working.

Note: In my case, I have a single chart in the /microservices directory. For multiple charts, a more complicated semantic-release setup would be required.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants