@ferrflow/darwin-arm64 7.14.0 → 7.15.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 +1 -0
- package/bin/ferrflow +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -44,6 +44,7 @@ That is the whole release: bump, changelog, tag, GitHub release.
|
|
|
44
44
|
| `gradle` | `build.gradle`, `build.gradle.kts` | Java / Kotlin | `version = "…"` |
|
|
45
45
|
| `helm` / `chartyaml` | `Chart.yaml` | Kubernetes / Helm | top-level `version:` |
|
|
46
46
|
| `pubspecyaml` | `pubspec.yaml` | Dart / Flutter | top-level `version:` |
|
|
47
|
+
| `galaxyyml` | `galaxy.yml` | Ansible collections | top-level `version:` |
|
|
47
48
|
| `mixexs` | `mix.exs` | Elixir | `version: "…"` in `def project` |
|
|
48
49
|
| `gemspec` | `*.gemspec` | Ruby | `s.version = "…"` |
|
|
49
50
|
| `packageswift` | `Package.swift` | Swift | top-level `let <name>Version = "…"` |
|
package/bin/ferrflow
CHANGED
|
Binary file
|
package/package.json
CHANGED