Skip to content

Commit

Permalink
docs(release-workflows): reworded some details about the release work…
Browse files Browse the repository at this point in the history
…flow docs for clarity
  • Loading branch information
travi committed Apr 19, 2024
1 parent 360c451 commit 7221003
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion SUMMARY.md
Expand Up @@ -7,7 +7,7 @@
- [CI Configuration](docs/usage/ci-configuration.md)
- [Configuration](docs/usage/configuration.md)
- [Plugins](docs/usage/plugins.md)
- [Workflow configuration](docs/usage/workflow-configuration.md)
- [Release Workflow configuration](docs/usage/workflow-configuration.md)
- [Shareable configurations](docs/usage/shareable-configurations.md)

## Extending
Expand Down
13 changes: 7 additions & 6 deletions docs/usage/workflow-configuration.md
@@ -1,11 +1,12 @@
# Workflow configuration
# Release Workflow configuration

**semantic-release** allow to manage and automate complex release workflow, based on multiple Git branches and distribution channels. This allow to:
**semantic-release** enables managing and automating complex release workflow, based on multiple Git branches and distribution channels.
This enables:

- Distribute certain releases to a particular group of users via distribution channels
- Manage the availability of releases on distribution channels via branches merge
- Maintain multiple lines of releases in parallel
- Work on large future releases outside the normal flow of one version increment per Git push
- Distributing certain releases to a particular group of users via distribution channels
- Managing the availability of releases on distribution channels via branches merge
- Maintaining multiple lines of releases in parallel
- Working on large future releases outside the normal flow of one version increment per Git push

See [Release workflow recipes](../recipes/release-workflow/README.md#release-workflow) for detailed examples.

Expand Down

0 comments on commit 7221003

Please sign in to comment.