Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(releases): Replace old page with link to github #821

Merged
merged 1 commit into from
Jul 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>