We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4141be1 commit ab7d44dCopy full SHA for ab7d44d
doc/checklist_new_release.md
@@ -5,6 +5,8 @@ The following steps should be performed when releasing a new stormpy version.
5
To manually update the Storm version:
6
* change `STORM_MIN_VERSION` in `CMakeLists.txt`
7
* change `STORM_GIT_TAG` in `pyproject.toml`
8
+ Note that the CI test use the Docker `storm:ci` images which are only updated once per day.
9
+ The CI fails if the new Storm version is not yet present in these CI Docker images.
10
11
2. Check that the stormpy [CI](https://github.com/moves-rwth/stormpy/actions/) builds without errors and all tests are successful.
12
0 commit comments