@@ -10,10 +10,22 @@ in [TypeScript] with no time wasted messing with the config files.
10
10
macOS included.
11
11
- Clean, easy to read and alter config files. No config file is hidden behind
12
12
yet another script!
13
+ - Monthly maintenance to keep things up to date!
13
14
14
15
* This boilerplate is tested on the latest macOS and Windows. If anything
15
16
doesn't work, please [ file an issue] .*
16
17
18
+ ### Maintenance schedule
19
+ Starting from ` v4.0.0 ` , the project maintenance will become much more regular.
20
+ A new release will be published on a monthly basis to keep the package
21
+ dependencies, package configurations and APIs / syntax up to date.
22
+
23
+ Maintenance work will begin on 1st of each month, and expect the new version to
24
+ be released within the first week of the month. New features from different
25
+ tools integrated in this boilerplate might not always be implemented at once,
26
+ especially on experimental features. If you want any particular feature to be
27
+ implemented, please [ file an issue] , or consider make a [ new pull request] .
28
+
17
29
## Getting started
18
30
1 . Clone this repository, or if you're hosting your Electron project on GitHub,
19
31
click [ ` Use this template ` ] to create a new project.
@@ -223,6 +235,7 @@ Electron React TypeScript Webpack Boilerplate is open source software
223
235
[Jest ]: https://jestjs.io
224
236
[`electron-builder` ]: https://github.com/electron-userland/electron-builder
225
237
[file an issue ]: https://www.electronjs.org
238
+ [new pull request ]: https://github.com/Devtography/electron-react-typescript-webpack-boilerplate/compare
226
239
[`Use this template` ]: https://github.com/Devtography/electron-react-typescript-webpack-boilerplate/generate
227
240
[`tsconfig-paths` ]: https://github.com/dividab/tsconfig-paths
228
241
[`tsconfig-paths-webpack-plugin` ]: https://github.com/dividab/tsconfig-paths-webpack-plugin
0 commit comments