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
Copy file name to clipboardExpand all lines: RELEASE.md
+7-6Lines changed: 7 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -2,20 +2,21 @@
2
2
3
3
This document describes the steps to release a new version of the `wit-bindgen-go` CLI.
4
4
5
-
## 1. Update the [CHANGELOG.md](./CHANGELOG.md)
5
+
## 1. Update [CHANGELOG.md](./CHANGELOG.md)
6
6
7
-
* Add the latest changes to CHANGELOG.md.
8
-
* Rename the Unreleased section to reflect the new version number.
9
-
* Update the links to new version tag in the footer of CHANGELOG.md
10
-
* Submit a pull request (PR) with these updates.
7
+
1. Add the latest changes to [CHANGELOG.md](./CHANGELOG.md).
8
+
1. Rename the Unreleased section to reflect the new version number.
9
+
1. Update the links to new version tag in the footer of CHANGELOG.md
10
+
1. Add today’s date (YYYY-MM-DD) after an em dash (—).
11
+
1. Submit a [GitHub Pull Request](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests) with these updates.
11
12
12
13
## 2. Create a new release
13
14
14
15
Once the PR is merged, tag the new version in Git and push the tag to GitHub.
0 commit comments