Skip to content

Commit

Permalink
Merge pull request #821 from ethereum-optimism/qbzzt/230628-releases-…
Browse files Browse the repository at this point in the history
…from-github

feat(releases): Replace old page with link to github
  • Loading branch information
qbzzt authored Jul 14, 2023
2 parents b4bda7d + 92ee599 commit d8bb8a2
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 d8bb8a2

Please sign in to comment.