Skip to content

Commit

Permalink
fix: incorrect command in release schedule (#973)
Browse files Browse the repository at this point in the history
* chore: rename release-notes v0.3.0-rc1.yaml to v0.3.0-rc.1.yaml

Signed-off-by: bitliu <bitliu@tencent.com>

* fix: incorrect command in release schedule

Signed-off-by: bitliu <bitliu@tencent.com>

---------

Signed-off-by: bitliu <bitliu@tencent.com>
  • Loading branch information
Xunzhuo committed Feb 3, 2023
1 parent 25d04a2 commit 7639637
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/latest/dev/releasing.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export GITHUB_REMOTE=origin
11. Push the tag to the Envoy Gateway repository.

```shell
git push v${MAJOR_VERSION}.${MINOR_VERSION}.0-rc.${RELEASE_CANDIDATE_NUMBER}
git push ${GITHUB_REMOTE} v${MAJOR_VERSION}.${MINOR_VERSION}.0-rc.${RELEASE_CANDIDATE_NUMBER}
```

12. This will trigger the [release GitHub action][] that generates the release, release artifacts, etc.
Expand Down
File renamed without changes.

0 comments on commit 7639637

Please sign in to comment.