-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #15 from maxmind/changelog
Add changelog
- Loading branch information
Showing
2 changed files
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
CHANGELOG | ||
========= | ||
|
||
0.1.1 (2019-06-13) | ||
------------------ | ||
|
||
* Fix Insights and Factors response | ||
|
||
0.1.0 (2019-06-13) | ||
------------------ | ||
|
||
* Initial release. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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`. |