@homebound/beam 2.417.11 → 2.418.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -69,4 +69,8 @@ In this way, Beam should be seen as a place to "copy & paste" start from, rather
69
69
 
70
70
  ## Alpha release
71
71
 
72
- Beam does support [semantic releases](https://semantic-release.gitbook.io/semantic-release/recipes/release-workflow/pre-releases). Homebound most common use case is pushing to the `alpha` branch.
72
+ Beam follows [semantic releases](https://semantic-release.gitbook.io/semantic-release/recipes/release-workflow/pre-releases).
73
+
74
+ If you want to make an alpha release, just create/push to the `alpha` branch.
75
+
76
+ You don't need to create a PR for the `alpha` branch.