Skip to content

Commit edef7d7

Browse files
authored
feat(op-acceptor): readme; release creation. (#222)
1 parent 4ce45e5 commit edef7d7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Diff for: op-acceptor/README.md

+9
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,15 @@ Want to monitor your validation runs? Start our local monitoring stack:
9696
just start-monitoring # Launches Prometheus and Grafana alongside op-acceptor
9797
```
9898

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+
99108
### Future Development
100109
We track our public roadmap and issues on [Github](https://github.com/ethereum-optimism/infra/issues). Feel free to:
101110
* Submit bug reports

0 commit comments

Comments
 (0)