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: LOTUS_RELEASE_FLOW.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,7 @@ These releases are not mandatory but are highly recommended, as they may contain
91
91
* Lotus Miner: releases ship on an as-needed basis with no specified cadence. (See [Why isn't Lotus Miner released more frequently?](#why-isnt-lotus-miner-released-more-frequently))
92
92
93
93
## Release Process
94
-
The specific steps executed for Lotus software releases are captured in the [Release Issue template](https://github.com/filecoin-project/lotus/blob/master/documentation/misc/RELEASE_ISSUE_TEMPLATE.md).
94
+
The specific steps executed for Lotus software releases are captured in the [Release Issue template](./documentation/misc/RELEASE_ISSUE_TEMPLATE.md). `[cmd/release](./cmd/release/README.md) is used to help populate the template.
[//]: #(This content was generated using `{{.LotusReleaseCliString}}`.)
4
+
[//]: #(Learn more at https://github.com/filecoin-project/lotus/tree/master/cmd/release#readme.)
5
+
<!--{{end}}-->
2
6
[//]: #(❗️ Complete the steps below as part of creating a release issue and mark them complete with an X or ✅ when done.)
3
-
<!--{{if not .CreateOnGitHub}}-->
7
+
<!--{{if not .ContentGeneratedWithLotusReleaseCli}}-->
4
8
[//]: #([ ] Start an issue with title "Lotus {{.Type}} v{{.Tag}} Release" and adjust the title for whether it's a Node or Miner release.)
5
9
[//]: #([ ] Copy in the content of https://github.com/filecoin-project/lotus/blob/master/documentation/misc/RELEASE_ISSUE_TEMPLATE.md)
6
10
[//]: #([ ] Find all the "go templating" "control" logic that is in \{\{\}\} blocks and mimic the logic manually.)
7
11
[//]: #([ ] Adjust the "Meta" section values)
8
12
[//]: #([ ] Apply the `tpm` label to the issue)
9
13
[//]: #([ ] Create the issue)
10
14
<!--{{end}}-->
11
-
<!-- At least as of 2024-12-02, it isn't possible to programmatically pin issues. -->
15
+
<!-- At least as of 2025-03-20, it isn't possible to programmatically pin issues. -->
12
16
[//]: #([ ] Pin the issue on GitHub)
13
17
14
18
# 😶🌫 Meta
@@ -170,6 +174,7 @@
170
174
- Assuming we followed [the process of merging changes into `master` first before backporting to the release branch](https://github.com/filecoin-project/lotus/blob/master/LOTUS_RELEASE_FLOW.md#branch-and-tag-strategy), the only changes should be CHANGELOG updates.
171
175
-[ ] Finish updating/merging the [RELEASE_ISSUE_TEMPLATE.md](https://github.com/filecoin-project/lotus/blob/master/documentation/misc/RELEASE_ISSUE_TEMPLATE.md) PR from `Before RC1` with any improvements determined from this latest release iteration.
172
176
-[ ] Review and approve the auto-generated PR in [lotus-docs](https://github.com/filecoin-project/lotus-docs/pulls) that updates the latest Lotus version information.
177
+
-[ ] Stage any security advisories for future publishing per [policy](https://github.com/filecoin-project/lotus/blob/master/LOTUS_RELEASE_FLOW.md#security-fix-policy).
0 commit comments