Skip to content

Commit 4df6107

Browse files
committed
Prepare for release v1.0.1
1 parent 751dc4d commit 4df6107

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.github/scripts/extract-notes.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ sed -n "/## \[${VERSION}\]/, /## /{ /##/!p }" docs/changelog.md > notes.md
2121

2222
# Add a link to the release notes
2323
URL="https://${OWNER}.github.io/${SLUG}/${MACRO_MESO}/changelog/#${TAG}"
24-
echo "See [docs/changelog/#${TAG}](${URL}) for more details." >> notes.md
24+
# echo "See [docs/changelog/#${TAG}](${URL}) for more details." >> notes.md
2525

2626
# Remove leading and trailing empty lines
2727
sed -e :a -e '/./,$!d;/^\n*$/{$d;N;};/\n$/ba' -i notes.md

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
44
and this project adheres to [Effort-based Versioning](https://jacobtomlinson.dev/effver/).
55
(Changes to features documented as "experimental" will not increment macro and meso version numbers.)
66

7+
## [Unreleased]
8+
9+
(no changes yet)
10+
11+
## [1.0.1] - 2025-06-29
12+
13+
This is a minor bugfix release, mainly addressing redundant borg calls.
14+
715
## [1.0.0] - 2025-05-11
816

917
This is the first versioned release of BtrUp, previously distributed as "backup-script".
@@ -25,4 +33,6 @@ It can now run as a non-root user with a limited configuration of `sudoers`.
2533
- More unit tests
2634
- More documentation
2735

36+
[Unreleased]: https://github.com/reproducible-reporting/btrup
37+
[1.0.1]: https://github.com/reproducible-reporting/btrup/releases/tag/v1.0.1
2838
[1.0.0]: https://github.com/reproducible-reporting/btrup/releases/tag/v1.0.0

0 commit comments

Comments
 (0)