File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,17 @@ npm start
27
27
28
28
You can run production builds (output minified, static files to ` build/ ` ) using ` npm run build ` .
29
29
30
+
31
+ ## Tagging a new release
32
+
33
+ ``` sh
34
+ pulp version 0.x.y
35
+ git push --follow-tags
36
+ npm run deploy
37
+ ```
38
+
39
+ _ Don't use ` npm version ` !_
40
+
30
41
## Contributing
31
42
32
43
See [ CONTRIBUTING.md] ( CONTRIBUTING.md ) for more info.
Original file line number Diff line number Diff line change 24
24
"postbuild" : " pulp docs" ,
25
25
"predeploy" : " run-s build" ,
26
26
"deploy" : " gh-pages -d build" ,
27
- "preversion" : " run-s build" ,
28
27
"clean" : " rm -rf build output generated-docs .psa-stash .pulp-cache .psci-modules" ,
29
28
"clean:deps" : " rm -rf node_modules bower_components" ,
30
29
"clean:everything" : " run-s clean clean:deps"
You can’t perform that action at this time.
0 commit comments