Skip to content

Commit 222be34

Browse files
release: v0.8.1
1 parent 571a936 commit 222be34

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [UNRELEASED]
99

10+
## [0.8.1] - 2025-04-09
11+
1012
### Fixed
1113

1214
- Updated EPSS schema to work with 3.14.2025

RELEASE.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,11 @@ Releasing is done by maintainers with permissions to bypass the PR only rule.
44
By pushing a tag to the main repository, the release action is triggered which
55
packages the app and releases it to the GitHub UI.
66

7-
1. Run `just upgrade` to update dependencies and tidy modules
8-
1. Run `just test` to make sure unit testing still passes after upgrading
7+
1. Run `task upgrade` to update dependencies and tidy modules
8+
1. Run `task test` to make sure unit testing still passes after upgrading
99
1. Commit the changes `git commit -am "chore: upgrade dependencies"`
1010
1. Update CHANGELOG.md
1111
1. Release commit (optional) `git commit -m "release: vx.x.x && git push`
12-
1. Wait for unit testing action to pass `gh run watch`
1312
1. Release tag `git tag -s -a vX.X.X -m "Release version X.X.X"`
1413
1. git push tag `git push vX.X.X`
1514

0 commit comments

Comments
 (0)