Replies: 2 comments 2 replies
-
|
The handbook already recommends that you should have a CHANGELOG or one per package: https://input-output-hk.github.io/cardano-engineering-handbook/policy/project/index.html#recommended-documents It doesn't say anything about what goes in there, I'm somewhat happy to leave that to individual projects to decide, what do you think? |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
That said, we could totally have a "Practices" section on CHANGELOGS, especially if we have some good examples. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The consensus & network teams maintain interface-CHANGELOG (and here). These are tailored for downstream components, which allows us to skip changes which are not relevant for them.
For packages that are standalone libraries and used more widely this is not a good choice (and maybe it's not even good choice for the network & consensus anymore), e.g. things like
cardano-preludeor packages which will land on Hackage.Beta Was this translation helpful? Give feedback.
All reactions