Merge branch 'bstable'
This commit is contained in:
commit
b5180c11a8
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -2,6 +2,7 @@
|
||||
* text=auto
|
||||
|
||||
builds/* -text
|
||||
text eol=lf
|
||||
|
||||
# Custom for Visual Studio
|
||||
*.cs diff=csharp
|
||||
|
||||
@ -143,6 +143,7 @@ module.exports = (grunt) ->
|
||||
""".split('\n').join('&&')
|
||||
beta:
|
||||
command: """
|
||||
git fetch --tags
|
||||
git tag -af beta -m "<%= pkg.meta.name %> v<%= pkg.meta.version %>."
|
||||
git checkout gh-pages
|
||||
git pull
|
||||
@ -153,6 +154,7 @@ module.exports = (grunt) ->
|
||||
""".split('\n').join('&&')
|
||||
stable:
|
||||
command: """
|
||||
git fetch --tags
|
||||
git tag -af stable -m "<%= pkg.meta.name %> v<%= pkg.meta.version %>."
|
||||
git checkout gh-pages
|
||||
git pull
|
||||
@ -164,6 +166,7 @@ module.exports = (grunt) ->
|
||||
""".split('\n').join('&&')
|
||||
web:
|
||||
command: """
|
||||
git fetch --tags
|
||||
git commit -am "Build web page."
|
||||
git checkout gh-pages
|
||||
git pull
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user