File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed
Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff 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
971001. Once you' ve pushed to web- animations- js, run ` npm publish` from that checked- out folder
98101
You can’t perform that action at this time.
0 commit comments