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 0d27e0e commit deef791Copy full SHA for deef791
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "ionic",
3
"private": false,
4
- "version": "1.0.0-beta.6",
+ "version": "1.0.0-beta.7",
5
"codename": "darmstadtium-dingo",
6
"repository": {
7
"url": "git://github.com/driftyco/ionic.git"
scripts/release/publish.sh
@@ -14,7 +14,8 @@ echo "#####"
14
function run {
15
cd ../..
16
17
- node_modules/.bin/gulp build --release --dist="$RELEASE_DIR"
+ node_modules/.bin/gulp build --release --dist="$RELEASE_DIR/release"
18
+ node_modules/.bin/gulp version --dist="$RELEASE_DIR/release"
19
node_modules/.bin/gulp changelog --dest="$RELEASE_DIR/CHANGELOG.md"
20
21
cp package.json $RELEASE_DIR
0 commit comments