Skip to content

Commit 6bc1bf0

Browse files
committed
inherit backend from PandaPowerBackend, not generic Backend
1 parent 8306bbd commit 6bc1bf0

File tree

2 files changed

+16
-1329
lines changed

2 files changed

+16
-1329
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ python test_backend_api.py
101101

102102
## Release Procedure
103103

104+
* Edit the backend with any changes to the upstream grid2op PandaPowerBackend file.
104105
* On a local clone on branch `main`, update the [CHANGELOG](changelog.md) with PRs, the new version number, and the release date. Commit it.
105106
* Make an annotated tag for the new version. Push it along with any cleanup commits (e.g., changelog above). If you've forked the repo, "origin" will probably be "upstream". See `git remote -v` for names. You may need to disable direct push in [Settings](https://github.com/gt-sse-center/PandaModelsBackend/settings) (Branches, `main`, Edit)
106107
```

0 commit comments

Comments
 (0)