You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The PRs listed above are the original PRs to main.
To backport them to release/v1.13.x:
git checkout main && git pull
Use git log --oneline to identify the commit hash of the PR(s) desired.
git checkout release/v1.13.x && git pull
git checkout -b <user>/bp-<something>
Use git cherry-pick <commit hash> to apply a PR to your branch.
If there are any conflicts, fix them and commit.
Repeat 5 and 6 for each PR in the group.
Create a new PR from your branch with release/v1.13.x as the target branch.
A merge commit would better help git track similarities between main and release/v1.13.x. A squash and merge just makes the merge back to main a little messier.
For Admin Use
Not duplicate issue
Appropriate labels applied
Appropriate contributors tagged
Contributor assigned/self-assigned
The text was updated successfully, but these errors were encountered:
Summary
We're going to need a
v1.13.0-rc2
.Here are some PRs that should be backported to it. Some of these should be done as their own PR while others can be combined.
<- Small tweaks to the name restrictions documentation. #1137
<- Update release process documentation. #1141
<- Fix broken cosmos-sdk doc url #1150
<- Bump google.golang.org/grpc from 1.49.0 to 1.50.0 #1140
<- Bump github.com/btcsuite/btcd from 0.22.1 to 0.22.2 #1144
<- Bump golang.org/x/text from 0.3.7 to 0.3.8 #1146
<- Bump github.com/spf13/cobra from 1.5.0 to 1.6.0 #1147
<- Bump technote-space/get-diff-action from 6.1.0 to 6.1.1 #1163
<- Bump google.golang.org/grpc from 1.50.0 to 1.50.1 #1164
<- Bump golang.org/x/text from 0.3.8 to 0.4.0 #1165
<- Bump github.com/cosmos/cosmos-proto from 1.0.0-alpha7 to 1.0.0-alpha8 #1156
<- Bump wasmd to v0.29.0-pio-1 #1148
<- Reduce the number of configurations used for the sims tests. #1138
<- Define concurrency for github actions. #1139
<- Create check that time.Now isn't used unexpectedly. #1133
<- Update devnet docker build to be current #1098
<- 1136 restricted marker transfer over ibc #1158
<- Updated handler to have no host module enabled messages #1168
<- Bump Cosmos-SDK to v0.46.3-pio-1 (from v0.46.2-pio-1). #1173
The PRs listed above are the original PRs to
main
.To backport them to
release/v1.13.x
:git checkout main && git pull
git log --oneline
to identify the commit hash of the PR(s) desired.git checkout release/v1.13.x && git pull
git checkout -b <user>/bp-<something>
git cherry-pick <commit hash>
to apply a PR to your branch.release/v1.13.x
as the target branch.main
andrelease/v1.13.x
. A squash and merge just makes the merge back tomain
a little messier.For Admin Use
The text was updated successfully, but these errors were encountered: