Skip to content

Commit

Permalink
Bump version for release
Browse files Browse the repository at this point in the history
Update release process
  • Loading branch information
Johannes Ernst committed Dec 20, 2024
1 parent b577639 commit 3eae55e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions RELEASE-HOWTO.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
1. `make -f Makefile.run clean FEDITEST=../feditest/venv.darwin.default/bin/feditest`
1. `make -f Makefile.create examples FEDITEST=../feditest/venv.darwin.default/bin/feditest`
1. `make -f Makefile.run sandbox FEDITEST=../feditest/venv.darwin.default/bin/feditest`
1. `open examples/testresults/*.html` and check for plausbility of reports
1. `open examples/testresults/*.html` and check for plausibility of reports

## Smoke test and test quickstart

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

## Tag versions

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "hatchling.build"

[project]
name = "feditest"
version = "0.4"
version = "0.5"
authors = [
{ name="Johannes Ernst", email="git@j12t.org" },
{ name="Steve Bate", email="svc-github@stevebate.net" }
Expand Down

0 comments on commit 3eae55e

Please sign in to comment.