Skip to content

Commit

Permalink
feat(releases): Replace old page with link to github
Browse files Browse the repository at this point in the history
Closing: DEVRL-1019
  • Loading branch information
qbzzt committed Jun 28, 2023
1 parent 93e2a6f commit 92ee599
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 22 deletions.
5 changes: 4 additions & 1 deletion src/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,10 @@ module.exports = {
}
],
'/docs/developers/': [
'/docs/developers/releases.md',
[
'https://github.com/ethereum-optimism/optimism/releases',
"Releases"
],
{
title: 'Building on Optimism',
children: [
Expand Down
28 changes: 7 additions & 21 deletions src/docs/developers/releases.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,7 @@
---
title: Releases
lang: en-US
---

## Our release cycle

Optimism releases new software every Tuesday and Thursday at 7PM UTC.
Software is released on Goerli first, followed by mainnet a week later.



## Up to date information

* [Changelog](https://changelog.optimism.io/)
* [Release announcement mailing list](https://groups.google.com/a/optimism.io/g/optimism-announce)
* [RSS feed](https://changelog.optimism.io/feed.xml)

If you [run your own replica](build/run-a-node.md), it is important that you subscribe either to the release announcement mailing list or the RSS feed to know when you need to upgrade.


<script>
export default {
mounted () {
window.location.href="https://github.com/ethereum-optimism/optimism/releases"
}
}
</script>

0 comments on commit 92ee599

Please sign in to comment.