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
4545
4646## Publishing a release
4747
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+
48561. Determine the version number for the release
4957
5058 * 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
7078
71791. Build the polyfill with ` npm install && grunt` then update ` docs/experimental.md` ' s Build Target Comparison with the current gzipped sizes.
7280
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:
7589
7690 ```sh
7791 git checkout master
You can’t perform that action at this time.
0 commit comments