File tree 1 file changed +19
-0
lines changed
1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 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 )
You can’t perform that action at this time.
0 commit comments