Skip to content

Commit

Permalink
Merge pull request #80 from rustyrussell/macros/changelog
Browse files Browse the repository at this point in the history
docs: configure the changelog for the next release
  • Loading branch information
vincenzopalazzo authored Apr 26, 2023
2 parents 928d196 + 856cff9 commit b62e232
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions changelog.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "lnprototest"
version = "0.0.2"
description = "Spec protocol tests for lightning network implementations"
authors = ["Rusty Russell <[email protected]>"]
authors = ["Rusty Russell <[email protected]>", "Vincenzo Palazzo <[email protected]>"]
license = "MIT"

[tool.poetry.dependencies]
Expand Down

0 comments on commit b62e232

Please sign in to comment.