diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..6734dd7f --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ +CHANGELOG +========= + +0.1.1 (2019-06-13) +------------------ + +* Fix Insights and Factors response + +0.1.0 (2019-06-13) +------------------ + +* Initial release. diff --git a/README.dev.md b/README.dev.md new file mode 100644 index 00000000..254d2469 --- /dev/null +++ b/README.dev.md @@ -0,0 +1,11 @@ +Steps for releasing: + +1. Review open issues and PRs to see if any can easily be fixed, closed, or merged. +1. Bump copyright year in `README.md`, if necessary. +1. Review `CHANGELOG.md` for completeness and correctness. Update its release date. +1. Create a release PR containing the updates relating to any of the steps above. +1. Ensure that the release PR is merged into master. +1. With `master` checked out, run `yarn run release`. This will generate the docs, deploy docs, tag the release, push it to origin, create a GitHub release, and version the package on NPM. +1. Verify the release on [GitHub](https://github.com/maxmind/minfraud-api-node/releases) + and [NPM](https://npmjs.com/package/@maxmind/minfraud-api-node). +1. Manually edit the release on GitHub to include the release-specific notes found in `CHANGELOG.md`.