Skip to content
This repository was archived by the owner on Nov 12, 2025. It is now read-only.

Commit 3d40821

Browse files
committed
fix(semrelease): change version number and logic
1 parent 9f42bac commit 3d40821

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "patternfly-ng",
3-
"version": "0.0.7",
3+
"version": "0.0.0-semantically-released",
44
"description": "A collection of PatternFly Angular components and other useful things to be shared.",
55
"main": "bundles/patternfly-ng.umd.js",
66
"module": "index.js",
@@ -22,7 +22,7 @@
2222
"start:demo": "webpack-dev-server --config config/webpack.demo.js --progress --host 0.0.0.0 --port 8001 --profile --watch --content-base dist-demo",
2323
"test": "karma start",
2424
"transpile": "gulp transpile",
25-
"semantic-release": "semantic-release pre && npm publish dist/ && semantic-release post"
25+
"semantic-release": "semantic-release pre && npm run build && cp -r .git dist && npm publish dist/ && semantic-release post"
2626
},
2727
"license": "Apache-2.0",
2828
"contributors": [],

0 commit comments

Comments
 (0)