@fastly/cli 10.19.0 → 11.0.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.
Files changed (2) hide show
  1. package/README.md +19 -0
  2. package/package.json +9 -9
package/README.md CHANGED
@@ -19,6 +19,25 @@
19
19
  - [Testing](https://github.com/fastly/cli/blob/main/TESTING.md)
20
20
  - [Documentation](https://github.com/fastly/cli/blob/main/DOCUMENTATION.md)
21
21
 
22
+ ## Versioning and Release Schedules
23
+
24
+ The maintainers of this module strive to maintain [semantic versioning
25
+ (SemVer)](https://semver.org/). This means that breaking changes
26
+ (removal of functionality, or incompatible changes to existing
27
+ functionality) will be released in a version with the first version
28
+ component (`major`) incremented. Feature additions will increment the
29
+ second version component (`minor`), and bug fixes which do not affect
30
+ compatibility will increment the third version component (`patch`).
31
+
32
+ On the second Wednesday of each month, a release will be published
33
+ including all breaking, feature, and bug-fix changes that are ready
34
+ for release. If that Wednesday should happen to be a US holiday, the
35
+ release will be delayed until the next available working day.
36
+
37
+ If critical or urgent bug fixes are ready for release in between those
38
+ primary releases, patch releases will be made as needed to make those
39
+ fixes available.
40
+
22
41
  ## Contributing
23
42
 
24
43
  Refer to [CONTRIBUTING.md](https://github.com/fastly/cli/blob/main/CONTRIBUTING.md)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fastly/cli",
3
- "version": "10.19.0",
3
+ "version": "11.0.0",
4
4
  "description": "Build, deploy and configure Fastly services from your terminal",
5
5
  "type": "module",
6
6
  "scripts": {
@@ -20,14 +20,14 @@
20
20
  "fastly": "fastly.js"
21
21
  },
22
22
  "optionalDependencies": {
23
- "@fastly/cli-darwin-arm64": "=10.19.0",
24
- "@fastly/cli-darwin-x64": "=10.19.0",
25
- "@fastly/cli-linux-arm64": "=10.19.0",
26
- "@fastly/cli-linux-x64": "=10.19.0",
27
- "@fastly/cli-linux-x32": "=10.19.0",
28
- "@fastly/cli-win32-arm64": "=10.19.0",
29
- "@fastly/cli-win32-x64": "=10.19.0",
30
- "@fastly/cli-win32-x32": "=10.19.0"
23
+ "@fastly/cli-darwin-arm64": "=11.0.0",
24
+ "@fastly/cli-darwin-x64": "=11.0.0",
25
+ "@fastly/cli-linux-arm64": "=11.0.0",
26
+ "@fastly/cli-linux-x64": "=11.0.0",
27
+ "@fastly/cli-linux-x32": "=11.0.0",
28
+ "@fastly/cli-win32-arm64": "=11.0.0",
29
+ "@fastly/cli-win32-x64": "=11.0.0",
30
+ "@fastly/cli-win32-x32": "=11.0.0"
31
31
  },
32
32
  "files": [
33
33
  "index.js",