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: README.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,9 +77,7 @@ mkdir -p /opt/besu/plugins
77
77
78
78
## Release Process
79
79
Here are the steps for releasing a new version of the plugin:
80
-
1. Create a tag with the release version number in the format vX.Y.Z (e.g., v0.2.0 creates a release version 0.2.0).
81
-
2. Push the tag to the repository.
82
-
3. GitHub Actions will automatically create a draft release for the release tag.
83
-
4. Once the release workflow completes, update the release notes, uncheck "Draft", and publish the release.
80
+
1. Create a release from [github](https://github.com/Consensys/besu-fleet-plugin/releases). Select the branch you want and create the tag name there (click create new tag)
81
+
2. GitHub Actions will automatically create the release artifacts and update the release notes
84
82
85
83
**Note**: Release tags (of the form v*) are protected and can only be pushed by organization and/or repository owners.
0 commit comments