fix: improve handling of forked protocols on substreams release workflow (#95)

* fix: improve pre-release naming and handling of forked protocols

* fix: build packages for all forked protocols on a new release
This commit is contained in:
Louise Poole
2024-10-31 13:00:30 +02:00
committed by GitHub
parent 9f75d47202
commit d12834cfc5
4 changed files with 52 additions and 26 deletions

View File

@@ -19,9 +19,11 @@ since this will error.
To create a pre release for testing in dev you can start CD pipeline manually supplying
the package you'd like to pre release. This will create a
`[package]-[semver].pre-[commit-sha]` release in our spkg repository which you can use
`[package].pre-[commit-sha]` release in our spkg repository which you can use
to run the substream´.
For forked protocols you'll need to also supply the config file name, e.g. `ethereum-pancakeswap`.
## Test your implementation
To run a full end-to-end integration test you can refer to the [testing script documentation](../testing/README.md)