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
Wait for the PR to be approved and merged into the main branch.
80
71
81
-
## 8. Tagging the Release
72
+
## 7. Tagging the Release
82
73
83
74
Create a Git tag and sign it using your [GPG key](https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification) with the following commands:
84
75
@@ -94,7 +85,7 @@ Inspect the tag information:
94
85
git show ${TAG_NAME}
95
86
```
96
87
97
-
## 9. Push the Tag
88
+
## 8. Push the Tag
98
89
99
90
Now, push the tag to the repository:
100
91
@@ -104,7 +95,7 @@ git push origin ${TAG_NAME}
104
95
105
96
Pushing the tag will automatically create a release tag and build the binaries.
106
97
107
-
## 10. Bump the Version
98
+
## 9. Bump the Version
108
99
109
100
Update the version inside [version.json](../version/version.json), add `beta` to the `meta` field, and:
110
101
- If this is a **major release**, update the versions inside [this document](./releasing.md#4-set-environment-variables) in step 4 and
@@ -122,7 +113,7 @@ gh pr create --title "chore(version): bumping version to ${NEXT_VER}" --body "Bu
122
113
123
114
Wait for the PR to be approved and merged into the main branch.
124
115
125
-
## 11. Update the Website
116
+
## 10. Update the Website
126
117
127
118
Create a new announcement post on the
128
119
[blog](https://pactus.org/blog/) and update the
@@ -134,7 +125,7 @@ If gRPC APIs has changed in this version,
134
125
be sure to update the [API documentation](https://docs.pactus.org/api/) and
0 commit comments