@caiqueoak/flow 0.2.0 → 0.2.1
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 +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -131,4 +131,4 @@ npx @caiqueoak/flow init
|
|
|
131
131
|
|
|
132
132
|
## Releases
|
|
133
133
|
|
|
134
|
-
Flow follows [Semantic Versioning](https://semver.org/).
|
|
134
|
+
Flow follows [Semantic Versioning](https://semver.org/). A merge to `main` publishes only when the version in `package.json` does not already exist on npm. GitHub Actions runs the test and packaging checks, then publishes the package with provenance. Release PRs must update both `package.json` and `package-lock.json`.
|