-
Notifications
You must be signed in to change notification settings - Fork 206
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
feat: Automate changelog.md #2797
Labels
help wanted
Good for someone who has contributed before
self care 💅
Little things that help the project and our community #self-care-friday
suggestion
Idea for maintainers to consider. Do not take this issue until triaged.
Comments
schristoff
added
help wanted
Good for someone who has contributed before
suggestion
Idea for maintainers to consider. Do not take this issue until triaged.
self care 💅
Little things that help the project and our community #self-care-friday
labels
Jun 28, 2023
This can be solved by creating simple github action to must update changelog. I will add this |
itsaviral2609
added a commit
to itsaviral2609/porter-changelog
that referenced
this issue
Jul 24, 2023
This PR will close down the issue getporter#2797 which will generate a chnagelog.md in the root repository of Porter when a release is published! fixes: getporter#2797
5 tasks
itsaviral2609
added a commit
to itsaviral2609/porter-changelog
that referenced
this issue
Jul 24, 2023
This PR will close down the issue getporter#2797 which will generate a chnagelog.md in the root repository of Porter when a release is published! fixes: getporter#2797 Signed-off-by: Aviral Singh <itsaviral.2609@gmail.com>
AGMETEOR
pushed a commit
to AGMETEOR/porter
that referenced
this issue
Aug 9, 2023
* feat: Generating changelog.md using github actions! This PR will close down the issue getporter#2797 which will generate a chnagelog.md in the root repository of Porter when a release is published! fixes: getporter#2797 Signed-off-by: Aviral Singh <itsaviral.2609@gmail.com> Signed-off-by: Allan Guwatudde <allan@Allans-MacBook-Pro.local>
AGMETEOR
pushed a commit
to AGMETEOR/porter
that referenced
this issue
Aug 9, 2023
* feat: Generating changelog.md using github actions! This PR will close down the issue getporter#2797 which will generate a chnagelog.md in the root repository of Porter when a release is published! fixes: getporter#2797 Signed-off-by: Aviral Singh <itsaviral.2609@gmail.com> Signed-off-by: Allan Guwatudde <allan@Allans-MacBook-Pro.local>
AGMETEOR
pushed a commit
to AGMETEOR/porter
that referenced
this issue
Aug 9, 2023
* feat: Generating changelog.md using github actions! This PR will close down the issue getporter#2797 which will generate a chnagelog.md in the root repository of Porter when a release is published! fixes: getporter#2797 Signed-off-by: Aviral Singh <itsaviral.2609@gmail.com> Signed-off-by: Allan Guwatudde <allan@Allans-MacBook-Pro.local>
AGMETEOR
pushed a commit
to AGMETEOR/porter
that referenced
this issue
Aug 9, 2023
* feat: Generating changelog.md using github actions! This PR will close down the issue getporter#2797 which will generate a chnagelog.md in the root repository of Porter when a release is published! fixes: getporter#2797 Signed-off-by: Aviral Singh <itsaviral.2609@gmail.com> Signed-off-by: Allan Guwatudde <allan@Allans-MacBook-Pro.local>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
help wanted
Good for someone who has contributed before
self care 💅
Little things that help the project and our community #self-care-friday
suggestion
Idea for maintainers to consider. Do not take this issue until triaged.
Is your feature request related to a problem? Please describe.
Having a well documented changelog is crucial for bug finding and enabling our users to be informed on our changes before they update. But keeping a changelog up to date is hard with everything else going on, and so enabling us (and our community) to be able to easily update the changelog with each change would be great.
Describe the solution you'd like
Implement something like go-changelog or similar in here and the operator (at least)
The text was updated successfully, but these errors were encountered: