File tree 1 file changed +11
-2
lines changed
1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ demonstrating the issue before opening a ticket on GitHub.
7
7
8
8
:warning : Before you begin, note that Moment Timezone is in [ maintenance-only mode] ( https://momentjs.com/docs/#/-project-status/ ) .
9
9
Bug fixes and performance improvements will still be accepted, and IANA data updates
10
- will continue to be released.
10
+ will continue to be released via a semi-automated process .
11
11
12
12
However, new features or API changes are ** unlikely to be accepted** as pull requests.
13
13
@@ -39,8 +39,17 @@ If all the tests are passing, submit a pull request.
39
39
40
40
## Compiling data
41
41
42
+ :warning : ** NOTE:** These instructions are for anyone who wants to create a custom
43
+ data build for their own purposes. Official data updates are created by an
44
+ [ automated workflow] ( ./.github/workflows/build-data.yml ) to ensure consistency
45
+ (the behaviour of tools like ` zdump ` can vary wildly across platforms).
46
+
47
+ Therefore, ** contributor pull requests for data updates will not be accepted** .
48
+
49
+ ---
50
+
42
51
There are several steps to compiling the timezone data. These have all been
43
- bundled into one grunt task to make releases easy.
52
+ bundled into one grunt task to make updates easy.
44
53
45
54
Besides the ` node ` , ` npm ` , and ` grunt ` dependencies, there are also a few unix
46
55
dependencies.
You can’t perform that action at this time.
0 commit comments