forked from ag-grid/ag-grid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
notes.txt
64 lines (49 loc) · 2.04 KB
/
notes.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
Doing releases:
Update the license manager, to next version.
ag-Grid
+ Major release? Update LicenseManager with new timestamp
+ Update version in bower.json
+ Update version in package.json
+ Run 'gulp release'
+ Make sure any new files in 'dist' are added to Git
+ Note: its a good idea to exclude node_modules at this stage
+ Also worth synchornizing the ag-grid folder
+ Commit all changes to Github (including built files in /dist)
+ Release in Github
+ Push to by running 'npm publish ./'
Now if a new major version, go update and release:
ag-grid-enterprise, ag-grid-react, ag-grid-angular, ag-grid-react-example, ag-grid-angular-example, ag-grid-commonjs-example
ag-Grid-Enterprise
+ Update version in bower.json
+ Update version in package.json
+ Make sure it's referencing correct ag-Grid version
+ Make sure correct ag-grid is in node_modules (it's a peer dependency, so wont get installed with npm install)
+ Run 'gulp release'
+ Make sure any new files in 'dist' are added to Git
+ Commit all changes to Github (including built files in /dist)
+ Release in Github
+ Push to by running 'npm publish ./'
ag-Grid-React
+ Update version in bower.json
+ Update version in package.json
+ Make sure it's referencing correct ag-Grid version
+ Run 'gulp'
+ Commit all changes to Github (including built files in /lib)
+ Release in Github
+ Push to by running 'npm publish ./'
ag-Grid-React-Example
+ Update version in package.json
+ Make sure it's referencing correct ag-Grid version (including enterprise and react modules)
+ Release in GitHub
+ No npm publish
+ then angular & aurelia (angular publish too)
+ angular 'npm run release' (updates docs)
+ then aurelia (aurelia publish too)
+ aurelia 'npm run release' (updates docs)
ag-Grid-Docs
+ update changeLogIndex.php with release details
+ Update 'notusedXXX' across the project to the next number
+ Update version in package.json
+ Commit to Github (do NOT include built files in /dist)
+ Run 'gulp release'
+ Copy dist folder to website (might be easier to zip it first, the explode zip in hostgater file manager)