Skip to content
This repository was archived by the owner on Mar 20, 2024. It is now read-only.

Commit ac0a4eb

Browse files
committed
Update release instructions
1 parent 251c01a commit ac0a4eb

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

CONTRIBUTING.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,14 +85,17 @@ Example: `http://localhost:9876/base/test/web-platform-tests/web-animations/anim
8585
grunt
8686
# Optional "grunt test" to make sure everything still passes.
8787
git add -f *.min.js{,.map}
88-
git rm .gitignore
88+
git rm --ignore-unmatch .gitignore
8989
git commit -m 'Add build artifacts from '`cat .git/refs/heads/dev`
90-
git push HEAD:refs/heads/master
90+
git push origin master
9191
```
9292
93-
1. Draft a [new release](https://github.com/web-animations/web-animations-js/releases) at the
94-
commit pushed to web-animations-js in step #4. Copy the release notes from `History.md`
95-
added in step #2.
93+
1. Draft a [new release](https://github.com/web-animations/web-animations-js/releases).
94+
95+
* For the **tag version**, put the new version number of this release.
96+
* For the **target**, select "master".
97+
* For the **title**, look at previous releases for examples.
98+
* For the **description**, copy the release notes from `History.md` added in step #2.
9699
97100
1. Once you've pushed to web-animations-js, run `npm publish` from that checked-out folder
98101

0 commit comments

Comments
 (0)