mirror of
https://github.com/bsedin/matrix-webhook.git
synced 2026-01-16 08:05:57 +00:00
fix release
This commit is contained in:
parent
793994d21a
commit
92783892bc
@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
- fix release script to bump version number in flake.nix
|
||||
|
||||
## [v3.9.0] - 2024-03-09
|
||||
|
||||
- add github-release-notifier formatter
|
||||
|
||||
@ -16,7 +16,7 @@ sed -i "/^\[Unreleased\]/s/$OLD/$NEW/" CHANGELOG.md
|
||||
sed -i "/^\[Unreleased\]/a [v$NEW]: https://github.com/nim65s/matrix-webhook/compare/v$OLD...v$NEW" CHANGELOG.md
|
||||
sed -i "/version/s/$OLD/$NEW/" flake.nix
|
||||
|
||||
git add pyproject.toml CHANGELOG.md
|
||||
git add pyproject.toml CHANGELOG.md flake.nix
|
||||
git commit -m "Release v$NEW"
|
||||
git tag -s "v$NEW" -m "Release v$NEW"
|
||||
git push
|
||||
|
||||
Loading…
Reference in New Issue
Block a user