Publish version 0.3.4
This commit is contained in:
parent
7d2553726d
commit
fa717c93e5
@ -1,6 +1,6 @@
|
|||||||
Pod::Spec.new do |s|
|
Pod::Spec.new do |s|
|
||||||
s.name = 'DoricCore'
|
s.name = 'DoricCore'
|
||||||
s.version = '0.3.3'
|
s.version = '0.3.4'
|
||||||
s.summary = 'Doric iOS SDK'
|
s.summary = 'Doric iOS SDK'
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Pod::Spec.new do |s|
|
Pod::Spec.new do |s|
|
||||||
s.name = 'DoricDevkit'
|
s.name = 'DoricDevkit'
|
||||||
s.version = '0.3.3'
|
s.version = '0.3.4'
|
||||||
s.summary = 'Doric iOS Devkit'
|
s.summary = 'Doric iOS Devkit'
|
||||||
|
|
||||||
s.description = <<-DESC
|
s.description = <<-DESC
|
||||||
|
@ -1 +1 @@
|
|||||||
version=0.3.3
|
version=0.3.4
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "doric",
|
"name": "doric",
|
||||||
"version": "0.3.3",
|
"version": "0.3.4",
|
||||||
"description": "The JS Framework of Doric",
|
"description": "The JS Framework of Doric",
|
||||||
"main": "bundle/doric-vm.js",
|
"main": "bundle/doric-vm.js",
|
||||||
"types": "index.d.ts",
|
"types": "index.d.ts",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "doric-web",
|
"name": "doric-web",
|
||||||
"version": "0.3.3",
|
"version": "0.3.4",
|
||||||
"description": "Doric library for Web",
|
"description": "Doric library for Web",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -49,4 +49,9 @@ cd $CURRENT_DIR/doric-web && npm publish
|
|||||||
echo "Publish Android"
|
echo "Publish Android"
|
||||||
cd $CURRENT_DIR/doric-android && ./gradlew clean publishAll
|
cd $CURRENT_DIR/doric-android && ./gradlew clean publishAll
|
||||||
echo "Publish iOS"
|
echo "Publish iOS"
|
||||||
cd $CURRENT_DIR && pod trunk push DoricCore.podspec --allow-warnings && pod trunk push DoricDevkit.podspec --allow-warnings
|
cd $CURRENT_DIR && pod trunk push DoricCore.podspec --allow-warnings && pod trunk push DoricDevkit.podspec --allow-warnings
|
||||||
|
|
||||||
|
echo "Publish Android Legacy"
|
||||||
|
|
||||||
|
cd $CURRENT_DIR && git checkout -b legacy/$CURRENT_VERSION && sh publish-android-legacy.sh
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user