Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: release branch deprecation notice update #755

Merged
merged 2 commits into from
Aug 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions content/en/lotus/developers/local-network.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,7 @@ Filecoin local networks use slightly different binaries than those used in the F
git checkout <latest-version>
```

{{< alert >}}
The `releases` branch has been deprecated. To get the latest version:\
Lotus Node: `git tag -l 'v*' | sort -V -r | head -n 1`
Lotus Miner: `git tag -l 'miner/v*' | sort -V -r | head -n 1`\
If you need a specific release, specify a specific <tag_or_release>. For example: git checkout v1.28.1.\
Reference: [Release Policy](https://github.com/filecoin-project/lotus/blob/master/LOTUS_RELEASE_FLOW.md#security-fix-policy)
{{< /alert >}}
The latest production release can be found on [GitHub](https://github.com/filecoin-project/lotus/releases) or via the [command line](https://github.com/filecoin-project/lotus/blob/master/LOTUS_RELEASE_FLOW.md#why-is-the-releases-branch-deprecated-and-what-are-alternatives).

1. Remove any existing repositories.

Expand Down
8 changes: 1 addition & 7 deletions content/en/lotus/install/linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,13 +170,7 @@ Once all the dependencies are installed, you can build and install Lotus.
git checkout $LATEST_RELEASE
```
{{< alert >}}
The `releases` branch has been deprecated. To get the latest version:\
Lotus Node: `git tag -l 'v*' | sort -V -r | head -n 1`
Lotus Miner: `git tag -l 'miner/v*' | sort -V -r | head -n 1`\
If you need a specific release, specify a specific <tag_or_release>. For example: git checkout v1.28.1.\
Reference: [Release Policy](https://github.com/filecoin-project/lotus/blob/master/LOTUS_RELEASE_FLOW.md#security-fix-policy)
{{< /alert >}}
The latest production release can be found on [GitHub](https://github.com/filecoin-project/lotus/releases) or via the [command line](https://github.com/filecoin-project/lotus/blob/master/LOTUS_RELEASE_FLOW.md#why-is-the-releases-branch-deprecated-and-what-are-alternatives).
1. If you are in China, see "[Lotus: tips when running in China]({{< relref "" >}})".
Expand Down
16 changes: 2 additions & 14 deletions content/en/lotus/install/macos.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,13 +119,7 @@ The installation instructions are different depending on which CPU is in your Ma
git checkout $LATEST_RELEASE
```
{{< alert >}}
The `releases` branch has been deprecated. To get the latest version:\
Lotus Node: `git tag -l 'v*' | sort -V -r | head -n 1`
Lotus Miner: `git tag -l 'miner/v*' | sort -V -r | head -n 1`\
If you need a specific release, specify a specific <tag_or_release>. For example: git checkout v1.28.1.\
Reference: [Release Policy](https://github.com/filecoin-project/lotus/blob/master/LOTUS_RELEASE_FLOW.md#security-fix-policy)
{{< /alert >}}
The latest production release can be found on [GitHub](https://github.com/filecoin-project/lotus/releases) or via the [command line](https://github.com/filecoin-project/lotus/blob/master/LOTUS_RELEASE_FLOW.md#why-is-the-releases-branch-deprecated-and-what-are-alternatives).
1. Create the necessary environment variables to allow Lotus to run on M1 architecture:
Expand Down Expand Up @@ -170,13 +164,7 @@ These instructions are for installing Lotus on an Intel Mac. If you have an M1-b
git checkout $LATEST_RELEASE
```
{{< alert >}}
The `releases` branch has been deprecated. To get the latest version:\
Lotus Node: `git tag -l 'v*' | sort -V -r | head -n 1`
Lotus Miner: `git tag -l 'miner/v*' | sort -V -r | head -n 1`\
If you need a specific release, specify a specific <tag_or_release>. For example: git checkout v1.28.1.\
Reference: [Release Policy](https://github.com/filecoin-project/lotus/blob/master/LOTUS_RELEASE_FLOW.md#security-fix-policy)
{{< /alert >}}
The latest production release can be found on [GitHub](https://github.com/filecoin-project/lotus/releases) or via the [command line](https://github.com/filecoin-project/lotus/blob/master/LOTUS_RELEASE_FLOW.md#why-is-the-releases-branch-deprecated-and-what-are-alternatives).
1. If you are in China, take a look at some [tips for running Lotus in China]({{< relref "../../kb/nodes-in-china/" >}})".
Expand Down