From 45cd0c3d3115c07c8c713307ed7efa289be152c2 Mon Sep 17 00:00:00 2001 From: Sheng Hu Date: Fri, 24 May 2019 02:17:00 +0800 Subject: [PATCH] fix: add changelog --- README.md | 1 + package.json | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a1111c..324ed73 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ Command to check Ethereum state database [![License](https://img.shields.io/npm/l/ethstatedb.svg)](https://github.com/shenghu/ethstatedb/blob/master/package.json) [![CircleCI](https://circleci.com/gh/shenghu/ethstatedb.svg?style=svg)](https://circleci.com/gh/shenghu/ethstatedb) [![Coverage Status](https://coveralls.io/repos/github/shenghu/ethstatedb/badge.svg?branch=master)](https://coveralls.io/github/shenghu/ethstatedb?branch=master) +[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release) This cli is created when I was studying Ethereum. I was curious about when and how an accout is created and maintained by Ethereum state database. From [Diving into Ethereum?s world state](https://medium.com/cybermiles/diving-into-ethereums-world-state-c893102030ed), it said accounts are nbot created in state database until there is a transaction for it. So I create this small tool to verify it. diff --git a/package.json b/package.json index a07f798..05c0e70 100644 --- a/package.json +++ b/package.json @@ -109,7 +109,8 @@ { "assets": [ "package.json", - "package-lock.json" + "package-lock.json", + "CHANGELOG.md" ], "message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}" }