Skip to content

Commit 78fd3f9

Browse files
authored
Fix CONTRIBUTING.md: remove old instruction (#55)
Signed-off-by: Takeshi Yoneda <[email protected]>
1 parent 9085657 commit 78fd3f9

File tree

4 files changed

+0
-16
lines changed

4 files changed

+0
-16
lines changed

CONTRIBUTING.md

-6
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,3 @@ You can add the sign off when creating the git commit via `git commit -s`.
124124

125125
Or, you can sign off the whole PR via `git rebase --signoff main`.
126126

127-
128-
## Release
129-
130-
In order to cut a new release tag and release the new version from the main branch, you should create a PR
131-
where `GETMESH_LATEST_VERSION` in [install.sh](https://github.com/tetratelabs/getmesh/blob/main/site/install.sh) is updated to be the new release tag.
132-
In this way, the `install.sh` would behave so that it would download the new version by default.

doc/en/community/contributing/_index.md

-1
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,3 @@ You can add the sign off when creating the git commit via `git commit -s`.
7171

7272
Or, you can sign off the whole PR via `git rebase --signoff main`.
7373

74-

doc/en/community/release/_index.md

-8
This file was deleted.

doc/gen.go

-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ var (
3131
}{
3232
{path: filepath.Join(contributingPrefix, "/building-and-testing"), title: "Building and Testing", beginning: "## Building & Testing\n"},
3333
{path: filepath.Join(contributingPrefix, "/contributing"), title: "Contributing to getmesh", beginning: "## Contributing\n"},
34-
{path: filepath.Join(contributingPrefix, "/release"), title: "Release process", beginning: "## Release\n"},
3534
}
3635
)
3736

0 commit comments

Comments
 (0)