Deploy 0.6.20
This commit is contained in:
parent
2a0d5c0cd7
commit
805ed3b577
@ -136,8 +136,8 @@ gulp.task('deploy', ['deploy:updateSubmodule', 'deploy:bump', 'deploy:build', 'd
|
|||||||
'cd ./dist/',
|
'cd ./dist/',
|
||||||
'git add -A',
|
'git add -A',
|
||||||
'git commit -am "Deploy <%= getVersion(file.path) %>" -n',
|
'git commit -am "Deploy <%= getVersion(file.path) %>" -n',
|
||||||
'git tag -a v<%= getVersion(file.path) %> -m "Release <%= getVersion(file.path) %>"',
|
|
||||||
'git push',
|
'git push',
|
||||||
|
'git tag -a v<%= getVersion(file.path) %> -m "Release <%= getVersion(file.path) %>"',
|
||||||
'git push origin --tags',
|
'git push origin --tags',
|
||||||
'cd ..',
|
'cd ..',
|
||||||
'git commit -am "Release <%= getVersion(file.path) %>" -n',
|
'git commit -am "Release <%= getVersion(file.path) %>" -n',
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "yjs",
|
"name": "yjs",
|
||||||
"version": "0.6.20",
|
"version": "0.6.21",
|
||||||
"description": "A framework for real-time p2p shared editing on arbitrary complex data types",
|
"description": "A framework for real-time p2p shared editing on arbitrary complex data types",
|
||||||
"main": "y.js",
|
"main": "y.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user