mirror of
https://github.com/status-im/linea-sequencer.git
synced 2026-08-31 01:51:11 +00:00
* docs:extends userdocs * docs:extends userdocs * Update README.md repo name change & update of descriptions * Update README.md updated description * Update README.md updated description * Update README.md adds verbose description * Update README.md moving this repo to top * Update README.md moves this repo to top * Update README.md --------- Co-authored-by: Julien Marchand <julien-marchand@users.noreply.github.com>
10 lines
555 B
Markdown
10 lines
555 B
Markdown
## Plugin release process
|
|
|
|
Here are the steps for releasing a new version of the plugins:
|
|
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).
|
|
2. Push the tag to the repository.
|
|
3. GitHub Actions will automatically create a draft release for the release tag.
|
|
4. Once the release workflow completes, update the release notes, uncheck "Draft", and publish the release.
|
|
|
|
Note: Release tags (of the form v*) are protected and can only be pushed by organization and/or repository owners.
|