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