Skip to content

Commit c6f0ac8

Browse files
committed
Address comments
1 parent 916ce47 commit c6f0ac8

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

CONTRIBUTING.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff 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+
4856
1. 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

7179
1. 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

0 commit comments

Comments
 (0)