Skip to content

Commit b62e232

Browse files
Merge pull request #80 from rustyrussell/macros/changelog
docs: configure the changelog for the next release
2 parents 928d196 + 856cff9 commit b62e232

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

changelog.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"package_name": "lnprototest",
3+
"version": "v0.0.2",
4+
"api": {
5+
"name": "github",
6+
"repository": "rustyrussell/lnprototest",
7+
"branch": "macros/changelog"
8+
},
9+
"generation_method": {
10+
"name": "semver-v2",
11+
"header_filter": false
12+
},
13+
"serialization_method": {
14+
"name": "md"
15+
}
16+
}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "lnprototest"
33
version = "0.0.2"
44
description = "Spec protocol tests for lightning network implementations"
5-
authors = ["Rusty Russell <rusty@blockstream.com>"]
5+
authors = ["Rusty Russell <rusty@blockstream.com>", "Vincenzo Palazzo <vincenzopalazzodev@gmail.com>"]
66
license = "MIT"
77

88
[tool.poetry.dependencies]

0 commit comments

Comments
 (0)