We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ce45e5 commit edef7d7Copy full SHA for edef7d7
op-acceptor/README.md
@@ -96,6 +96,15 @@ Want to monitor your validation runs? Start our local monitoring stack:
96
just start-monitoring # Launches Prometheus and Grafana alongside op-acceptor
97
```
98
99
+### Create a release
100
+Releases are created by pushing tags which triggers a CircleCI pipeline.
101
+Create an annotated tag (with a semantic version) and push it.
102
+
103
+```
104
+git tag -a op-acceptor/v0.1.0-rc.1 -m "Initial release candidate for op-acceptor"
105
+git push origin op-acceptor/v0.1.0-rc.1
106
107
108
### Future Development
109
We track our public roadmap and issues on [Github](https://github.com/ethereum-optimism/infra/issues). Feel free to:
110
* Submit bug reports
0 commit comments