Skip to content

Commit 9eb9400

Browse files
committed
Add versioning note, remove unused script
1 parent dad962e commit 9eb9400

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,17 @@ npm start
2727

2828
You can run production builds (output minified, static files to `build/`) using `npm run build`.
2929

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+
3041
## Contributing
3142

3243
See [CONTRIBUTING.md](CONTRIBUTING.md) for more info.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
"postbuild": "pulp docs",
2525
"predeploy": "run-s build",
2626
"deploy": "gh-pages -d build",
27-
"preversion": "run-s build",
2827
"clean": "rm -rf build output generated-docs .psa-stash .pulp-cache .psci-modules",
2928
"clean:deps": "rm -rf node_modules bower_components",
3029
"clean:everything": "run-s clean clean:deps"

0 commit comments

Comments
 (0)