Skip to content

Commit 3eae55e

Browse files
author
Johannes Ernst
committed
Bump version for release
Update release process
1 parent b577639 commit 3eae55e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

RELEASE-HOWTO.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
1. `make -f Makefile.run clean FEDITEST=../feditest/venv.darwin.default/bin/feditest`
1717
1. `make -f Makefile.create examples FEDITEST=../feditest/venv.darwin.default/bin/feditest`
1818
1. `make -f Makefile.run sandbox FEDITEST=../feditest/venv.darwin.default/bin/feditest`
19-
1. `open examples/testresults/*.html` and check for plausbility of reports
19+
1. `open examples/testresults/*.html` and check for plausibility of reports
2020

2121
## Smoke test and test quickstart
2222

@@ -26,11 +26,11 @@
2626
1. `rm -rf venv.*`
2727
1. `make venv`
2828
1. `make lint`: ruff and mypy show no errors
29-
1. `make tests`: unit tests and smoke tests show no errors
29+
1. `make tests`: unit tests and smoke tests show no errors (other than WordPress timeout-related)
3030
1. Repo `feditest-tests-fediverse`: `git checkout develop`
31-
1. Clean re-run and report generation of the sandbox tests:
32-
1. Run quickstart examples from https://feditest.org/quickstart/evaluate/ (staged website version), but instead of `feditest` use `../feditest/venv.linux.default/bin/feditest`.
33-
1. `xdg-open results/*.html` and check for plausbility of reports
31+
1. Clean re-run and report generation of the quickstart tests:
32+
1. Run quickstart examples from https://feditest.org/quickstart/evaluate/, but instead of `feditest` use `../feditest/venv.linux.default/bin/feditest`.
33+
1. `xdg-open results/*.html` and check for plausibility of reports
3434

3535
## Tag versions
3636

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "hatchling.build"
55

66
[project]
77
name = "feditest"
8-
version = "0.4"
8+
version = "0.5"
99
authors = [
1010
{ name="Johannes Ernst", email="[email protected]" },
1111
{ name="Steve Bate", email="[email protected]" }

0 commit comments

Comments
 (0)