Skip to content

Commit 506e21b

Browse files
chore: update changelog and release tooling
1 parent 69fda50 commit 506e21b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

cliff.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# changelog header
33
header = """
44
# Changelog\n
5-
All notable changes to iroh will be documented in this file.\n
5+
All notable changes to iroh-node-util will be documented in this file.\n
66
"""
77

88
body = """
@@ -39,8 +39,8 @@ body = """
3939

4040
footer = ""
4141
postprocessors = [
42-
{ pattern = '<REPO>', replace = "https://github.com/n0-computer/iroh" },
43-
{ pattern = "\\(#([0-9]+)\\)", replace = "([#${1}](https://github.com/n0-computer/iroh/issues/${1}))"}
42+
{ pattern = '<REPO>', replace = "https://github.com/n0-computer/iroh-node-util" },
43+
{ pattern = "\\(#([0-9]+)\\)", replace = "([#${1}](https://github.com/n0-computer/iroh-node-util/issues/${1}))"}
4444
]
4545

4646

@@ -61,4 +61,4 @@ commit_parsers = [
6161
{ message = "^chore|ci", group = "<!-- 7 -->⚙️ Miscellaneous Tasks" },
6262
{ body = ".*security", group = "<!-- 8 -->🛡️ Security" },
6363
{ message = "^revert", group = "<!-- 9 -->◀️ Revert" },
64-
]
64+
]

release.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pre-release-hook = ["git", "cliff", "--workdir", "../", "-o", "../CHANGELOG.md", "--tag", "{{version}}" ]
1+
pre-release-hook = ["git", "cliff", "-o", "--tag", "{{version}}" ]

0 commit comments

Comments
 (0)