This repository was archived by the owner on Mar 20, 2024. It is now read-only.
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
85
85
grunt
86
86
# Optional "grunt test" to make sure everything still passes.
87
87
git add -f *.min.js{,.map}
88
- git rm .gitignore
88
+ git rm --ignore-unmatch .gitignore
89
89
git commit -m ' Add build artifacts from ' `cat .git/refs/heads/dev`
90
- git push HEAD:refs/heads/ master
90
+ git push origin master
91
91
```
92
92
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.
96
99
97
100
1. Once you' ve pushed to web- animations- js, run ` npm publish` from that checked- out folder
98
101
You can’t perform that action at this time.
0 commit comments