# README
Sequences
Updating Sequences
- Create PR
- Merge PR
- Pull master
- Tag with new version number:
git tag vx.x.x
- Push tag
git push origin vx.x.x
- Update go.mod file in your project
# Functions
No description provided by the author
SetupConsumersForSequence does the following: Construct tree of stages Emit first event Consume first event Call matching consumer.
No description provided by the author