-
Notifications
You must be signed in to change notification settings - Fork 20
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
chore: add changelog #166
chore: add changelog #166
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should just remove everything about tests and other internal changes in the changelog, let me know if you need help figuring out what's the purpose of the change
package.json
Outdated
@@ -50,6 +51,7 @@ | |||
"babel-preset-env": "1.7.0", | |||
"body-parser": "1.19.0", | |||
"bundlesize": "0.18.0", | |||
"conventional-changelog-cli": "^2.0.23", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's pin this to follow the convention we follow on the other repos
I've updated the changelog. Let me know how you think about the change. |
This PR adds
CHANGELOG.md
and a script to automatically update it.yarn changelog
will update theCHANGELOG.md
file, considering the lastly released version (git tag).yarn changelog
will be added to the release process later.Rendered CHANGELOG.md