Skip to content

Commit

Permalink
chore: init changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Dec 4, 2024
1 parent 1248206 commit acafd9e
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 5 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changelog

All notable changes to iroh-blobs will be documented in this file.

## [0.28.1](https://github.com/n0-computer/iroh-blobs/compare/v0.28.0..v0.28.1) - 2024-11-04

### 🐛 Bug Fixes

- Use correctly patched iroh-quinn and iroh-net - ([b3c5f76](https://github.com/n0-computer/iroh-blobs/commit/b3c5f7624716896c085add70215336404188442a))

### ⚙️ Miscellaneous Tasks

- Release iroh-blobs version 0.28.1 - ([191cd2a](https://github.com/n0-computer/iroh-blobs/commit/191cd2a1c25885f8ef0d58d83df150017bc4c8bb))


8 changes: 4 additions & 4 deletions cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# changelog header
header = """
# Changelog\n
All notable changes to iroh will be documented in this file.\n
All notable changes to iroh-blobs will be documented in this file.\n
"""

body = """
Expand Down Expand Up @@ -39,8 +39,8 @@ body = """

footer = ""
postprocessors = [
{ pattern = '<REPO>', replace = "https://github.com/n0-computer/iroh" },
{ pattern = "\\(#([0-9]+)\\)", replace = "([#${1}](https://github.com/n0-computer/iroh/issues/${1}))"}
{ pattern = '<REPO>', replace = "https://github.com/n0-computer/iroh-blobs" },
{ pattern = "\\(#([0-9]+)\\)", replace = "([#${1}](https://github.com/n0-computer/iroh-blobs/issues/${1}))"}
]


Expand All @@ -61,4 +61,4 @@ commit_parsers = [
{ message = "^chore|ci", group = "<!-- 7 -->⚙️ Miscellaneous Tasks" },
{ body = ".*security", group = "<!-- 8 -->🛡️ Security" },
{ message = "^revert", group = "<!-- 9 -->◀️ Revert" },
]
]
2 changes: 1 addition & 1 deletion release.toml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
tag-prefix = ""
pre-release-hook = ["git", "cliff", "--prepend", "CHANGELOG.md", "--tag", "{{version}}" ]

0 comments on commit acafd9e

Please sign in to comment.