forked from ag-grid/ag-grid
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnotes.txt
54 lines (40 loc) · 1.68 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
Doing releases:
ag-Grid
+ 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-ng2, ag-grid-react-example, ag-grid-ng2-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)
ag-Grid-Docs
+ 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)