-
Notifications
You must be signed in to change notification settings - Fork 7
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
Change Log Process #17
Comments
Scope of work done under this issue should also include this internal Slack comment from @mattheworiordan:
|
Internal Confluence pages on this topic: There is probably value in bringing all this information into open source, within this repository. |
We also need to define what things are 'change log worthy' and which things should not be added because they contribute 'noise' from the SDK-user / App-developer perspective. So, for example, the 'skipped test' entries in this change log commit don't add any value to SDK users who are going to be looking at the change log in order to discover things that might affect their application code. |
We also need to consider the situation where we're releasing a version that's coming out of pre-release. This means that the changelog will have entries for each pre-release, yet we should probably (?) create a changelog entry for this new non-pre-release that summarises changes all the way back to the previous non-pre-release. e.g.:
|
In this PR comment I referred to a possible alternative to the way that we build our change logs for releases:
That is, our
CHANGELOG.md
would become a first class citizen in the development process. We would have a 'running tab' for the 'latest' (HEAD
ofmain
- default - branch) at the top, and then when we did a release PR the engineer working on that would curate and mould it into something that's ready to present for the that release.The text was updated successfully, but these errors were encountered: