File tree Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,14 @@ Example: `http://localhost:9876/base/test/web-platform-tests/web-animations/anim
45
45
46
46
## Publishing a release
47
47
48
+ 1 . Clone a fresh copy of [ web-animations-js] ( https://github.com/web-animations/web-animations-js ) .
49
+
50
+ 1 . Make sure you are on the ` dev ` branch.
51
+
52
+ ``` sh
53
+ git checkout dev
54
+ ```
55
+
48
56
1. Determine the version number for the release
49
57
50
58
* Increment the first number and reset others to 0 when there are large breaking changes
@@ -70,8 +78,14 @@ Example: `http://localhost:9876/base/test/web-platform-tests/web-animations/anim
70
78
71
79
1. Build the polyfill with ` npm install && grunt` then update ` docs/experimental.md` ' s Build Target Comparison with the current gzipped sizes.
72
80
73
- 1. Commit the above changes to web-animations-js/dev and merge to
74
- web-animations-js/master.
81
+ 1. Commit and push the above changes to web-animations-js/dev.
82
+
83
+ ```sh
84
+ # Create a commit with above changes
85
+ git push origin dev
86
+ ```
87
+
88
+ 1. Merge to local master branch:
75
89
76
90
```sh
77
91
git checkout master
You can’t perform that action at this time.
0 commit comments