We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dad962e commit 9eb9400Copy full SHA for 9eb9400
2 files changed
README.md
@@ -27,6 +27,17 @@ npm start
27
28
You can run production builds (output minified, static files to `build/`) using `npm run build`.
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
41
## Contributing
42
43
See [CONTRIBUTING.md](CONTRIBUTING.md) for more info.
package.json
@@ -24,7 +24,6 @@
24
"postbuild": "pulp docs",
25
"predeploy": "run-s build",
26
"deploy": "gh-pages -d build",
- "preversion": "run-s build",
"clean": "rm -rf build output generated-docs .psa-stash .pulp-cache .psci-modules",
"clean:deps": "rm -rf node_modules bower_components",
"clean:everything": "run-s clean clean:deps"
0 commit comments