Skip to content

Commit 829df88

Browse files
committed
update pr feedback
1 parent c61c856 commit 829df88

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/ContributingCode.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ Only repo maintainers can publish a release. The process is kicked off by pushin
7272
7373
1. Check [`RELEASENOTES.md`](http://releasenotes.md/) to see if there is anything to release.
7474
2. Switch to the `main` branch and `pull` the latest.
75-
3. *optional* List the tags —> `git tag`
76-
4. Tag the version —> `git tag v5.0`
77-
5. Push the tags up —> `git push --tags`
75+
3. *optional* List the tags e.g. `git tag`
76+
4. Tag the version e.g. `git tag v5.0`
77+
5. Push the tags up e.g. `git push --tags`
7878
6. This will trigger an Actions workflow that results in a new release being published, once the build is done it will wait for approval(from maintainers) in order to `pushlish` the binaries. The workflow does the following steps:
7979
- Validates that the SHA referenced by the tag is in the history of the `main` branch
8080
- Runs `publish.ps1` to build self-contained binaries for each platform. This script also embeds the version number (extracted from the tag) into each binary.

0 commit comments

Comments
 (0)