File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -4,12 +4,11 @@ Releasing is done by maintainers with permissions to bypass the PR only rule.
44By pushing a tag to the main repository, the release action is triggered which
55packages 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
991 . Commit the changes ` git commit -am "chore: upgrade dependencies" `
10101 . Update CHANGELOG.md
11111 . Release commit (optional) ` git commit -m "release: vx.x.x && git push `
12- 1 . Wait for unit testing action to pass ` gh run watch `
13121 . Release tag ` git tag -s -a vX.X.X -m "Release version X.X.X" `
14131 . git push tag ` git push vX.X.X `
1514
You can’t perform that action at this time.
0 commit comments