Skip to content

Commit

Permalink
chore: prepare v0.50 alpha (#16446)
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt authored Jun 7, 2023
1 parent 7723367 commit 4eea902
Show file tree
Hide file tree
Showing 8 changed files with 41 additions and 2,518 deletions.
19 changes: 19 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -242,3 +242,22 @@ updates:
dependency-type: "all"
- dependency-name: "cosmossdk.io/*"
dependency-type: "all"

# Dependencies should be up to date on release branch
- package-ecosystem: gomod
directory: "/"
target-branch: "release/v0.50.x"
schedule:
interval: daily
time: "03:00"
labels:
- "A:automerge"
- dependencies
- "testing-required"
allow:
- dependency-name: "github.com/cosmos/cosmos-sdk/*"
dependency-type: "all"
- dependency-name: "github.com/cosmos/*"
dependency-type: "all"
- dependency-name: "cosmossdk.io/*"
dependency-type: "all"
47 changes: 0 additions & 47 deletions .github/workflows/deploy-docs.yml

This file was deleted.

2,054 changes: 4 additions & 2,050 deletions CHANGELOG.md

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Cosmos SDK v0.50.0-alpha.0 Release Notes

There are no release notes for pre-releases.

Please see the [CHANGELOG](https://github.com/cosmos/cosmos-sdk/blob/release/v0.50.x/CHANGELOG.md) for an exhaustive list of changes.
Refer to the [UPGRADING.md](https://github.com/cosmos/cosmos-sdk/blob/release/v0.50.x/UPGRADING.md) for upgrading your application.

Full Commit History: https://github.com/cosmos/cosmos-sdk/compare/release/v0.47.x...release/v0.50.x
413 changes: 1 addition & 412 deletions UPGRADING.md

Large diffs are not rendered by default.

15 changes: 9 additions & 6 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
const lightCodeTheme = require("prism-react-renderer/themes/github");
const darkCodeTheme = require("prism-react-renderer/themes/dracula");

const lastVersion = "current";
// const lastVersion = "v0.50";

/** @type {import('@docusaurus/types').Config} */
const config = {
title: "Cosmos SDK",
Expand Down Expand Up @@ -37,16 +40,16 @@ const config = {
docs: {
sidebarPath: require.resolve("./sidebars.js"),
routeBasePath: "/",
lastVersion: "v0.47",
lastVersion: lastVersion,
versions: {
current: {
path: "main",
banner: "unreleased",
},
"v0.47": {
path: "v0.47",
label: "v0.47",
// banner: "unreleased",
},
// "v0.50": {
// path: "v0.50",
// label: "v0.50",
// },
},
},
theme: {
Expand Down
3 changes: 0 additions & 3 deletions docs/versions.json

This file was deleted.

File renamed without changes.

0 comments on commit 4eea902

Please sign in to comment.