From 856cff93da6905222f65055b296fc97013f41c5b Mon Sep 17 00:00:00 2001 From: Vincenzo Palazzo Date: Wed, 26 Apr 2023 22:30:30 +0200 Subject: [PATCH] docs: configure the changelog for the next release Signed-off-by: Vincenzo Palazzo --- changelog.json | 16 ++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 changelog.json diff --git a/changelog.json b/changelog.json new file mode 100644 index 0000000..9372066 --- /dev/null +++ b/changelog.json @@ -0,0 +1,16 @@ +{ + "package_name": "lnprototest", + "version": "v0.0.2", + "api": { + "name": "github", + "repository": "rustyrussell/lnprototest", + "branch": "macros/changelog" + }, + "generation_method": { + "name": "semver-v2", + "header_filter": false + }, + "serialization_method": { + "name": "md" + } +} diff --git a/pyproject.toml b/pyproject.toml index 972bb76..69c1b88 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "lnprototest" version = "0.0.2" description = "Spec protocol tests for lightning network implementations" -authors = ["Rusty Russell "] +authors = ["Rusty Russell ", "Vincenzo Palazzo "] license = "MIT" [tool.poetry.dependencies]